#601 · Primary category: AI Agents & Automation
arcade-mcp
MCP Server Framework and Tool Development library for building custom capabilities into agents.
Project last updated:08/30/26
GitHub Stars
1.0K
Forks
111
Contributors
30
License
MIT
Why we included this project
Arcade MCP is a Python framework for building Model Context Protocol servers and the tools that run inside them, and it is the same codebase behind the 7,500 or so prebuilt tools across 81 servers on Arcade.dev. If you need an agent to reach an internal API or a custom OAuth provider, the decorator API lets you turn that integration into a callable tool without writing a server from scratch. The part most teams will care about is authorized tool calling: you declare which OAuth scopes a tool needs, and the framework handles the end-user authorization prompt, token storage, refresh, and per-call scoping, so the client and the LLM never see the secret. It works with any MCP client and agent framework, including LangChain, CrewAI, and OpenAI Agents, and it ships helper classes for common providers like GitHub, Google, Slack, and Notion. There is also a built-in eval command for testing tool-call accuracy against real models, and scaffolded servers run over stdio or HTTP for Claude Desktop, Cursor, or VS Code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.