Development|AI / ML|CloudPython

arcade-mcp

The best way to create, deploy, and share MCP Servers

Free
N/A rating (0 reviews)0 installs852 GitHub stars
MCPserverdeployment

Arcade MCP provides a streamlined approach for developers to create, deploy, and share their own MCP servers, enhancing productivity and collaboration in AI development.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "arcade-mcp-1": {
      "args": [
        "arcade-mcp"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.