MCP Directory
Back

arcade-mcp

by ArcadeAI · Python · ★ 937

MCP Server Framework and Tool Development library for building custom capabilities into agents.

#ai#arcade#arcade-ai#claude#claude-code#claude-mcp#mcp#mcp-framework#mcp-gateway#mcp-runtime#mcp-server#mcp-servers#mcp-tools#mcpserver#model-context-protocol#model-context-protocol-sdk#python

Install

pip install git+https://github.com/ArcadeAI/arcade-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "arcade-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ArcadeAI/arcade-mcp.git"
      ]
    }
  }
}

From the README

[](https://github.com/ArcadeAI/arcade-mcp/blob/main/LICENSE) [](https://github.com/ArcadeAI/arcade-mcp/actions?query=branch%3Amain) [](https://pypi.org/project/arcade-mcp/) [](https://pypi.org/project/arcade-mcp/) **Open-source Python framework for building MCP servers and tools.** [Documentation](https://docs.arcade.dev) • [Examples](examples/mcp_servers/) • [Discord](https://discord.com/invite/GUZEMpEZ9p) is the Python framework for building [Model Context Protocol](https://modelcontextprotocol.io) servers and the tools that run inside them. It powers the 7,500+ prebuilt tools across 81…
Read full README on GitHub →

Related other servers