magic-api-mcp-server

Dwsy/magic-api-mcp-server
★ 24 stars Python 🔌 API Integration Updated 15d ago
Magic-API MCP Server - A Model Context Protocol server for Magic-API development
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "magic-api-mcp-server": {
      "command": "uvx",
      "args": [
        "magic-api-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install magic-api-mcp-server