
Arcade MCP
by arcadeai
Streamlined framework for creating, deploying, and sharing MCP Servers with built-in auth and secret management.
What it does\nArcade MCP is a developer-centric framework that simplifies the creation and deployment of MCP servers. It provides a high-level API for defining tools and handles the complexities of authentication (OAuth) and secret injection, allowing developers to share their tools across different AI clients easily.\n\n## Tools\n- Fast Tool Creation: Define tools using a simple @app.tool decorator.\n- Auth Integration: Built-in support for OAuth (e.g., Reddit) to securely access third-party APIs.\n- Secret Management: Securely inject secrets into tool contexts at runtime.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "arcade-mcp": {\n "command": "uv",\n "args": ["run", "server.py"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop\n- Cursor\n- VS Code\n
Quick install
uv tool install arcade-mcpInformation
- Pricing
- free
- Published
- 4/27/2026
- stars






