Skip to content

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

ClientTypeLocal (stdio)Remote (HTTP)Config fileOpen sourceNotes
ChatGPT web — Apps / ConnectorsWebNoYesUI only; no config file documentedNoRemote MCP over HTTPS; local dev requires a tunnel; Developer Mode / workspace limits. [1]
Claude DesktopDesktop appYesYesclaude_desktop_config.json (macOS ~/Library/Application Support/Claude/, Windows %APPDATA%\Claude\)NoLocal stdio via config; remote via custom connectors. [2]
Claude CodeCLIYesYes~/.claude.json; project .mcp.jsonNoSupports stdio, http, sse; project config can be shared. [3]
OpenAI Codex — CLI / IDE extensionCLI / IDEYesYes~/.codex/config.toml; project .codex/config.tomlYesMCP in CLI and IDE extension; local stdio + Streamable HTTP. [4]
VS Code — GitHub Copilot agent modeIDEYesYes.vscode/mcp.json; user profile MCP configPartialTries HTTP-stream first, falls back to SSE; Copilot/agent policies may restrict. [5]
CursorIDEYesYes.cursor/mcp.json; ~/.cursor/mcp.jsonNoSupports stdio, SSE, Streamable HTTP; Team/Enterprise admin controls. [6]
Windsurf / Cascade / Devin DesktopIDEYesYesmcp_config.json (Codeium/Windsurf paths)NoSupports stdio, Streamable HTTP, SSE; enterprise policy may restrict. [7]
Gemini CLICLIYesYes~/.gemini/settings.json; project .gemini/settings.jsonYesSupports stdio, SSE, Streamable HTTP; gemini mcp add. [8]
JetBrains AI AssistantIDEYesYesSettings → Tools → AI Assistant → MCP (file path Unknown)NoMCP in JetBrains IDEs; large user base. [9]
ClineIDE extension / CLIYesYesCLI ~/.cline/mcp.json; extension MCP settings JSONYesVS Code ecosystem client. [10]

Other compatible clients

ClientTypeLocal (stdio)Remote (HTTP)Config fileOpen sourceNotes
GitHub Copilot CLICLIYesYes~/.copilot/mcp-config.jsonUnknownLocal and remote HTTP examples documented; Copilot subscription/policies apply. [11]
Visual Studio — GitHub Copilot agent modeIDEYesYes.mcp.json, .vs/mcp.json, .vscode/mcp.json (by scope)PartialSeparate from VS Code; Windows/.NET audience. [12]
ChatGPT Desktop appDesktop appUnknownUnknownUnknownNo"Work with Apps" docs are not MCP client config; document separately from ChatGPT web connectors. [13]
Mistral Vibe Work / former Le ChatWeb / mobileNoYesUI only; no config file documentedNo"Le Chat is now Vibe"; Work custom MCP connectors require an admin and a server URL. [14]
Mistral Vibe Code CLICLI / IDE / WebYesYesconfig.toml; project ./.vibe/config.toml; user ~/.vibe/config.tomlYesSupports stdio, http, streamable-http; no OAuth MCP in CLI yet. [15]
Hermes Agent — Nous ResearchCLI / local web UIYesYes~/.hermes/config.yamlYesAgent runtime by Nous Research; local/self-hosted workflows. [16]
Google AntigravityIDEYesYes~/.gemini/config/mcp_config.jsonUnknownAgentic IDE; docs show local and remote MCP config. [17]
OpenClawCLI / Web gatewayYesYes~/.openclaw/openclaw.jsonYesPersonal AI assistant/gateway; MCP client registry and server. [18]
Zed AgentIDEYesYesZed settings.json / context_servers (path varies)YesMCP context servers; good dev audience. [19]
Roo CodeIDE extensionYesYesGlobal mcp_settings.json; project .roo/mcp.jsonYesSupports STDIO, Streamable HTTP, SSE; Cline ecosystem. [20]
ContinueIDE extension / CLIYesYes.continue/mcpServers/*.yaml or .../mcp.jsonYesAgent-mode only; stdio, sse, streamable-http. [21]
LM StudioDesktop appYesYesmcp.jsonNoStrong local-LLM audience; local and remote MCP since 0.3.17. [22]
Open WebUIWebNoYesAdmin Settings → External ToolsYesNative MCP is Streamable HTTP only; admin-only; stdio needs a proxy. [23]
LibreChatWebYesYeslibrechat.yamlYesstdio, websocket, streamable-http, sse; restart after config change. [24]
OpenCodeCLI / TUIYesYesopencode.json / opencode.jsoncYesLocal and remote MCP under mcp; OAuth for remote servers. [25]

Sources

Covering both the README top-10 table and the tables above.

  1. https://developers.openai.com/api/docs/guides/developer-mode — ChatGPT Developer mode
  2. https://modelcontextprotocol.io/docs/develop/connect-local-servers — Connect to local MCP servers
  3. https://code.claude.com/docs/en/mcp — Connect Claude Code to tools via MCP
  4. https://developers.openai.com/codex/mcp — Model Context Protocol – Codex
  5. https://code.visualstudio.com/docs/copilot/customization/mcp-servers — Add and manage MCP servers in VS Code
  6. https://cursor.com/docs/mcp.md — Cursor MCP docs
  7. https://docs.windsurf.com/windsurf/cascade/mcp — Cascade MCP Integration
  8. https://geminicli.com/docs/tools/mcp-server/ — MCP servers with Gemini CLI
  9. https://www.jetbrains.com/help/ai-assistant/mcp.html — Model Context Protocol (MCP) | AI Assistant
  10. https://docs.cline.bot/mcp/mcp-overview — Cline MCP
  11. https://docs.github.com/en/copilot/how-tos/copilot-cli/customize-copilot/add-mcp-servers — Adding MCP servers for GitHub Copilot CLI
  12. https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers — Use MCP Servers to Extend GitHub Copilot (Visual Studio)
  13. https://help.openai.com/en/articles/12584461-developer-mode-and-mcp-apps-in-chatgpt — Developer mode and MCP apps in ChatGPT
  14. https://docs.mistral.ai/vibe/overview — Vibe | Mistral Docs
  15. https://docs.mistral.ai/vibe/code/cli/mcp-servers — MCP servers | Mistral Docs
  16. https://hermes-agent.nousresearch.com/docs/user-guide/features/mcp — MCP | Hermes Agent
  17. https://codelabs.developers.google.com/getting-started-google-antigravity — Getting Started with Google Antigravity
  18. https://docs.openclaw.ai/cli/mcp — MCP - OpenClaw
  19. https://zed.dev/docs/assistant/model-context-protocol — Model Context Protocol (MCP) in Zed
  20. https://roocodeinc.github.io/Roo-Code/features/mcp/using-mcp-in-roo — Using MCP in Roo Code
  21. https://docs.continue.dev/customize/deep-dives/mcp — Set Up MCP in Continue
  22. https://lmstudio.ai/docs/app/mcp — Use MCP Servers (LM Studio)
  23. https://docs.openwebui.com/features/extensibility/mcp/ — MCP | Open WebUI
  24. https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/mcp_servers — MCP Servers (LibreChat)
  25. https://opencode.ai/docs/mcp-servers/ — MCP servers | OpenCode