Arcade
Freeby MCP Community
TypeScript MCP framework with secret injection, OAuth auth providers, multi-user support, worker routes, and middleware
v0.18.3Added Apr 12, 2026
Arcade MCP Server
TypeScript MCP framework with secret injection, OAuth auth providers, multi-user support, worker routes, and middleware
Installation
Reviews
Installation
Quick install
npx -y @arcadeai/arcade-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"arcade": {
"command": "npx",
"args": ["-y", "@arcadeai/arcade-mcp"]
}
}
}