magicpod-mcp-server

Magic-Pod/magicpod-mcp-server
★ 6 stars TypeScript AI/LLM Updated 3d ago ⚠ Review
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "magicpod-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Magic-Pod/magicpod-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that integrates your AI agents with MagicPod ```json { "mcpServers": { "magicpod-mcp-server": { "command": "npx", "args": ["-y", "magicpod-mcp-server", "--api-token=YOUR-API-TOKEN"] } } } ``` ```json { "mcpServers": { "magicpod-mcp-server": { "command": "cmd", "args": ["/c", "npx", "-y", "magicpod-mcp-server", "--api-token=YOUR-API-TOKEN"]