Skip to content

MCP — Model Context Protocol

The Model Context Protocol (MCP) is an open standard by Anthropic for connecting AI models to external tools, data sources, and services. Think of it as “USB-C for AI” — one protocol that lets any AI model connect to any tool.

Owner: Anthropic Website: modelcontextprotocol.io

AI Agent (Client) ←→ MCP Protocol ←→ MCP Server (Tool)
Claude Code JSON-RPC File system
Cursor Database
AdaL CLI API
Gemini CLI Browser

MCP servers expose tools (functions the agent can call), resources (data the agent can read), and prompts (templates for common tasks).

AgentMCP Support
Claude Code✅ Native
Cursor
Gemini CLI
AdaL CLI
Cline
Roo Code
Windsurf
  • Filesystem — Read/write local files
  • GitHub — Manage repos, issues, PRs
  • PostgreSQL — Query databases
  • Brave Search — Web search
  • Puppeteer — Browser automation
MCPACP
ConnectsModel ↔ ToolsAgent ↔ Editor
PurposeGive models access to external capabilitiesLet agents work in any IDE
AnalogyUSB-C (one plug, many devices)App Store (one agent, many editors)

They’re complementary — not competing.


Edit this page