MCP Clients
Every MCP-compatible client with setup guides and configuration docs.
Cursor
AI-first code editor with built-in MCP support for tool use in chat and agent mode.
Claude Desktop
Anthropic's desktop app with native MCP integration for connecting Claude to local tools.
VS Code
GitHub Copilot in VS Code supports MCP servers via .vscode/mcp.json (workspace) or the user-profile mcp.json. Top-level JSON key is `servers`.
Claude Code
Anthropic's CLI coding agent. Add MCP servers via `claude mcp add --scope project|user|local`. Project-scoped servers write to .mcp.json at the project root; user/local-scoped servers write to ~/.claude.json.
Windsurf
Codeium's AI IDE with Cascade agent supporting MCP server connections.
Codex
OpenAI's coding agent (CLI, IDE, Cloud) with MCP server support — all surfaces share ~/.codex/config.toml.
Gemini CLI
Google's CLI for Gemini models with MCP server integration.
ChatGPT
OpenAI's ChatGPT supports remote MCP servers via the Connectors feature.
Zed
High-performance code editor with native MCP support in the assistant panel.