MCP client compatibility
How to connect AI clients to this server. "Remote HTTP" means native MCP Streamable HTTP or legacy HTTP+SSE — those clients can use the hosted endpoint https://mcp.blurt-blockchain.com/mcp directly. Clients that only speak stdio can still reach a remote server through the mcp-remote bridge, or run the local stdio build.
The 10 most relevant clients are summarised in the README. This page lists the additional clients, full config-file paths, and the sources for both tables. For copy-paste hosted/package snippets, see install snippets.
This matrix is community-maintained and clients evolve fast — corrections welcome. Information current as of 2026-06-28.
Highlighted clients (top 10) — full detail
| Client | Type | Local (stdio) | Remote (HTTP) | Config file | Open source | Notes |
|---|---|---|---|---|---|---|
| ChatGPT web — Apps / Connectors | Web | No | Yes | UI only; no config file documented | No | Remote MCP over HTTPS; local dev requires a tunnel; Developer Mode / workspace limits. [1] |
| Claude Desktop | Desktop app | Yes | Yes | claude_desktop_config.json (macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\) | No | Local stdio via config; remote via custom connectors. [2] |
| Claude Code | CLI | Yes | Yes | ~/.claude.json; project .mcp.json | No | Supports stdio, http, sse; project config can be shared. [3] |
| OpenAI Codex — CLI / IDE extension | CLI / IDE | Yes | Yes | ~/.codex/config.toml; project .codex/config.toml | Yes | MCP in CLI and IDE extension; local stdio + Streamable HTTP. [4] |
| VS Code — GitHub Copilot agent mode | IDE | Yes | Yes | .vscode/mcp.json; user profile MCP config | Partial | Tries HTTP-stream first, falls back to SSE; Copilot/agent policies may restrict. [5] |
| Cursor | IDE | Yes | Yes | .cursor/mcp.json; ~/.cursor/mcp.json | No | Supports stdio, SSE, Streamable HTTP; Team/Enterprise admin controls. [6] |
| Windsurf / Cascade / Devin Desktop | IDE | Yes | Yes | mcp_config.json (Codeium/Windsurf paths) | No | Supports stdio, Streamable HTTP, SSE; enterprise policy may restrict. [7] |
| Gemini CLI | CLI | Yes | Yes | ~/.gemini/settings.json; project .gemini/settings.json | Yes | Supports stdio, SSE, Streamable HTTP; gemini mcp add. [8] |
| JetBrains AI Assistant | IDE | Yes | Yes | Settings → Tools → AI Assistant → MCP (file path Unknown) | No | MCP in JetBrains IDEs; large user base. [9] |
| Cline | IDE extension / CLI | Yes | Yes | CLI ~/.cline/mcp.json; extension MCP settings JSON | Yes | VS Code ecosystem client. [10] |
Other compatible clients
| Client | Type | Local (stdio) | Remote (HTTP) | Config file | Open source | Notes |
|---|---|---|---|---|---|---|
| GitHub Copilot CLI | CLI | Yes | Yes | ~/.copilot/mcp-config.json | Unknown | Local and remote HTTP examples documented; Copilot subscription/policies apply. [11] |
| Visual Studio — GitHub Copilot agent mode | IDE | Yes | Yes | .mcp.json, .vs/mcp.json, .vscode/mcp.json (by scope) | Partial | Separate from VS Code; Windows/.NET audience. [12] |
| ChatGPT Desktop app | Desktop app | Unknown | Unknown | Unknown | No | "Work with Apps" docs are not MCP client config; document separately from ChatGPT web connectors. [13] |
| Mistral Vibe Work / former Le Chat | Web / mobile | No | Yes | UI only; no config file documented | No | "Le Chat is now Vibe"; Work custom MCP connectors require an admin and a server URL. [14] |
| Mistral Vibe Code CLI | CLI / IDE / Web | Yes | Yes | config.toml; project ./.vibe/config.toml; user ~/.vibe/config.toml | Yes | Supports stdio, http, streamable-http; no OAuth MCP in CLI yet. [15] |
| Hermes Agent — Nous Research | CLI / local web UI | Yes | Yes | ~/.hermes/config.yaml | Yes | Agent runtime by Nous Research; local/self-hosted workflows. [16] |
| Google Antigravity | IDE | Yes | Yes | ~/.gemini/config/mcp_config.json | Unknown | Agentic IDE; docs show local and remote MCP config. [17] |
| OpenClaw | CLI / Web gateway | Yes | Yes | ~/.openclaw/openclaw.json | Yes | Personal AI assistant/gateway; MCP client registry and server. [18] |
| Zed Agent | IDE | Yes | Yes | Zed settings.json / context_servers (path varies) | Yes | MCP context servers; good dev audience. [19] |
| Roo Code | IDE extension | Yes | Yes | Global mcp_settings.json; project .roo/mcp.json | Yes | Supports STDIO, Streamable HTTP, SSE; Cline ecosystem. [20] |
| Continue | IDE extension / CLI | Yes | Yes | .continue/mcpServers/*.yaml or .../mcp.json | Yes | Agent-mode only; stdio, sse, streamable-http. [21] |
| LM Studio | Desktop app | Yes | Yes | mcp.json | No | Strong local-LLM audience; local and remote MCP since 0.3.17. [22] |
| Open WebUI | Web | No | Yes | Admin Settings → External Tools | Yes | Native MCP is Streamable HTTP only; admin-only; stdio needs a proxy. [23] |
| LibreChat | Web | Yes | Yes | librechat.yaml | Yes | stdio, websocket, streamable-http, sse; restart after config change. [24] |
| OpenCode | CLI / TUI | Yes | Yes | opencode.json / opencode.jsonc | Yes | Local and remote MCP under mcp; OAuth for remote servers. [25] |
Sources
Covering both the README top-10 table and the tables above.
- https://developers.openai.com/api/docs/guides/developer-mode — ChatGPT Developer mode
- https://modelcontextprotocol.io/docs/develop/connect-local-servers — Connect to local MCP servers
- https://code.claude.com/docs/en/mcp — Connect Claude Code to tools via MCP
- https://developers.openai.com/codex/mcp — Model Context Protocol – Codex
- https://code.visualstudio.com/docs/copilot/customization/mcp-servers — Add and manage MCP servers in VS Code
- https://cursor.com/docs/mcp.md — Cursor MCP docs
- https://docs.windsurf.com/windsurf/cascade/mcp — Cascade MCP Integration
- https://geminicli.com/docs/tools/mcp-server/ — MCP servers with Gemini CLI
- https://www.jetbrains.com/help/ai-assistant/mcp.html — Model Context Protocol (MCP) | AI Assistant
- https://docs.cline.bot/mcp/mcp-overview — Cline MCP
- https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers — Adding MCP servers for GitHub Copilot CLI
- https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers — Use MCP Servers to Extend GitHub Copilot (Visual Studio)
- https://help.openai.com/en/articles/12584461-developer-mode-and-mcp-apps-in-chatgpt — Developer mode and MCP apps in ChatGPT
- https://docs.mistral.ai/vibe/overview — Vibe | Mistral Docs
- https://docs.mistral.ai/vibe/code/cli/mcp-servers — MCP servers | Mistral Docs
- https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp — MCP | Hermes Agent
- https://codelabs.developers.google.com/getting-started-google-antigravity — Getting Started with Google Antigravity
- https://docs.openclaw.ai/cli/mcp — MCP - OpenClaw
- https://zed.dev/docs/assistant/model-context-protocol — Model Context Protocol (MCP) in Zed
- https://roocodeinc.github.io/Roo-Code/features/mcp/using-mcp-in-roo — Using MCP in Roo Code
- https://docs.continue.dev/customize/deep-dives/mcp — Set Up MCP in Continue
- https://lmstudio.ai/docs/app/mcp — Use MCP Servers (LM Studio)
- https://docs.openwebui.com/features/extensibility/mcp/ — MCP | Open WebUI
- https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/mcp_servers — MCP Servers (LibreChat)
- https://opencode.ai/docs/mcp-servers/ — MCP servers | OpenCode