arcade-mcp

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

841
Stars
+53
Stars/month
0
Releases (6m)

Star Growth

+7 (0.8%)
817838858Mar 27Apr 1

Overview

Arcade MCP is a Python framework for building MCP (Model Context Protocol) servers that enable AI systems to integrate with external tools and services. MCP servers act as bridges between AI models and various APIs, databases, or custom functionality, allowing AI assistants to perform actions beyond their base capabilities. The framework provides a CLI-first development experience with project scaffolding, making it easier to create, deploy, and share tool integrations. As part of the Arcade.dev ecosystem, it offers prebuilt tools and comprehensive documentation to accelerate development. With 834 GitHub stars, it represents a growing community approach to AI tool integration, focusing on standardized protocols for connecting AI models to real-world systems and services.

Deep Analysis

Key Differentiator

vs raw MCP SDK: built-in OAuth2 auth, secret injection invisible to LLMs, and one-command project scaffolding with CLI

Capabilities

  • MCP server framework for building AI tools
  • OAuth2 authentication for external services
  • Secret management injected at runtime (invisible to LLMs)
  • CLI for project scaffolding and client configuration
  • Support for stdio and HTTP transports
  • Pre-built integrations catalog

🔗 Integrations

Claude DesktopCursorVS CodeReddit OAuthMCP protocol

Best For

  • Building secure MCP tool servers for AI assistants
  • Teams needing OAuth-based tool calling with secret management

Not Ideal For

  • General-purpose agent frameworks
  • Projects not using MCP protocol

Languages

Python

Deployment

stdioHTTP serverArcade Cloud (arcade deploy)

Known Limitations

  • MCP ecosystem still emerging, limited client support
  • HTTP transport doesn't support auth/secrets unless deployed via Arcade
  • Focused on Python only for server development
  • Requires Arcade CLI login for OAuth features

Pros

  • + CLI-based project scaffolding with `arcade new` command streamlines server creation and setup
  • + Built on standardized MCP protocol ensuring compatibility with AI systems that support the standard
  • + Part of larger Arcade.dev ecosystem with prebuilt tools, examples, and comprehensive documentation

Cons

  • - Requires understanding of MCP protocol concepts and Python development for effective use
  • - Relatively niche ecosystem compared to broader API integration approaches
  • - Limited to MCP-compatible AI systems and clients

Use Cases

  • Building custom tool servers to extend AI assistant capabilities with domain-specific APIs
  • Creating reusable MCP servers for common integrations like databases, file systems, or web services
  • Developing specialized AI tool ecosystems for enterprise or research environments

Getting Started

Install the CLI with `uv tool install arcade-mcp`, create a new server project using `arcade new my_server`, then navigate to the generated project directory to start developing your MCP server tools.

Compare arcade-mcp