Skip to content

Arcade

Free

by MCP Community

TypeScript MCP framework with secret injection, OAuth auth providers, multi-user support, worker routes, and middleware

v0.18.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Arcade MCP Server

TypeScript MCP framework with secret injection, OAuth auth providers, multi-user support, worker routes, and middleware

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @arcadeai/arcade-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "arcade": {
      "command": "npx",
      "args": ["-y", "@arcadeai/arcade-mcp"]
    }
  }
}