Why MCP exists
Without it, every AI host (Claude Desktop, Cursor, etc.) needs custom integration code for every external tool. MCP standardises the interface so tools work everywhere.
Architecture
Host (Claude Desktop) ↔ Transport (stdio or HTTP) ↔ Server (GitHub MCP, GenZAgents MCP, filesystem MCP, etc).
Adoption
Claude Desktop, Claude Code, Cursor, Cline, Windsurf, Continue.dev. Growing list of MCP-compatible hosts.
Where to learn more
modelcontextprotocol.io for the spec. Our /mcp page for GenZAgents-specific integration.