Read the statement by Michael Teeuw here.
MagicMirror MCP Server Integration For AI Assistants
-
A Model Context Protocol (MCP) server for controlling MagicMirror² via the MMM-Remote-Control API.
My first milestone in automating MagicMirror using the AI assistants. (With Help from AI Programming Tools.)
This lets AI assistants like Claude interact with your smart mirror showing/hiding modules, sending alerts, toggling the display, restarting the mirror, and more. The possibilities are endless, just requires ingenuity.
Check it Out Here :
https://github.com/Ragziesoft/magicmirror-mcp -
@Rags Nice! 👏 I also thought about something like this.
Just out of curiosity: Why are you using an very old version of axios instead of build-in fetch?
-
Why are you using an very old version of axios instead of build-in fetch?
You have given me food for thought. There’s no good reason. Axios 1.6.0 is not ancient, but it’s still an unnecessary dependency for what this client does. Many TypeScript libraries were originally written for Node 14/16 environments, so Axios became the default. The repo requires node >= 18, and Node 18 ships with the native fetch API built in. Every single method in client.ts is a simple GET or POST with JSON , exactly what fetch handles natively without any extra package. The only real reason to reach for axios in a Node 18+ project today is if you need interceptors for complex auth flows, automatic retry logic, or upload progress events .
Axios was chosen for convenience and historical compatibility. However, for a modern Node.js TypeScript MCP server, native fetch is cleaner and preferable. For this project switching to native fetch seems logical. Axios adds more value in complex APIs, but here the benefit is minimal. So i guess, i need to strip it . Thanks, I will try and update ASAP.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login