Magic-MCP
Provides access to a remote MATLAB service hosted on Render for generating magic squares of specified dimensions
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Magic-MCPgenerate a 5x5 magic square"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Magic-MCP
Magic square function exposed as MCP server 🪄✨

Getting started
Create a virtual environment and install the dependencies:
python -m venv .venv source .venv/bin/activate pip install -r requirements.txtRun the MCP server:
python server.pyThe server exposes a single tool,
generate_magic_square, which proxies a remote MATLAB service hosted athttps://matlab-0j1h.onrender.com/mymagic/mymagic.Dependencies
This project now uses
requestsandnumpyto call and parse the remote MATLAB service. Ensure those packages are installed (they're included inrequirements.txt). To change the target MATLAB service URL, edit theMATLAB_SERVICE_URLvariable inside thecalculate_magic_matrixtool inserver.py.Connect an MCP-compatible client to the server (for example, via MCP discovery or by pointing the client at the stdio endpoint) and invoke the
generate_magic_squaretool. Provide the desired square size (and optionally setdebug=true) to receive a structured response containing both the magic square and the raw metadata returned by the upstream service.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Related MCP Servers
- AlicenseBqualityFmaintenanceIntegrates MATLAB with AI to execute code, generate scripts from natural language, and access MATLAB documentation seamlessly.255Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables interactive MATLAB development by allowing users to execute scripts and specific code sections, manage workspace variables, and capture generated plots. It integrates with the MATLAB Python Engine to provide persistent execution context for MCP-compatible clients.18BSD 3-Clause
- AlicenseAqualityAmaintenanceMCP server that connects any AI agent to MATLAB — execute code, async jobs, interactive Plotly plots, custom tools, and monitoring dashboard205MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to control MATLAB Simulink models through natural language, providing tools for model creation, block management, wiring, simulation, and more via a local MCP backend.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yanndebray/Magic-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server