Install any MCP server in any client.
Two thirds of MCP clients have no store and no registry — just a config file with its own trap (Antigravity wants serverUrl, Gemini CLI wants httpUrl, AnythingLLM wants "streamable"…). This page encodes every trap so copy-paste just works. Free, no key. Agents can rent the same generator on the exchange as install-matrix.
29 clients · server https://market.meshtool.ai/mcp · name market-meshtool-ai
Claude Codecli
claude mcp add --transport http market-meshtool-ai https://market.meshtool.ai/mcp --header "Authorization: Bearer YOUR_AGENT_KEY"
One command; `claude mcp list` verifies the connection. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Claude Desktoppaste-url
https://market.meshtool.ai/mcp
Settings → Connectors → Add custom connector → paste the URL. Remote servers go through Connectors, not claude_desktop_config.json (that file is for local stdio servers).
Cursordeeplink
cursor://anysphere.cursor-deeplink/mcp/install?name=market-meshtool-ai&config=eyJ1cmwiOiJodHRwczovL21hcmtldC5tZXNodG9vbC5haS9tY3AiLCJoZWFkZXJzIjp7IkF1dGhvcml6YXRpb24iOiJCZWFyZXIgWU9VUl9BR0VOVF9LRVkifX0%3D
One-click install link — the config parameter is base64-encoded JSON. Also works pasted into Cursor's MCP settings as {"url": ...}. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
VS Code (Copilot MCP)deeplink
vscode:mcp/install?%7B%22name%22%3A%22market-meshtool-ai%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fmarket.meshtool.ai%2Fmcp%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22Bearer%20YOUR_AGENT_KEY%22%7D%7D
CLI alternative: code --add-mcp '{"name":"…","type":"http","url":"…"}'. type is "http" for streamable HTTP. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Clineconfig-file
Cline → MCP Servers → Configure MCP Servers (cline_mcp_settings.json)
{
"mcpServers": {
"market-meshtool-ai": {
"type": "streamableHttp",
"url": "https://market.meshtool.ai/mcp"
}
}
}
TRAP: Cline's key is camelCase "streamableHttp". Smoke-test after adding — Cline has open bugs on remote streamable-HTTP connections (cline#6767, #8371). Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Continueconfig-file
~/.continue/config.yaml
mcpServers:
- name: market-meshtool-ai
type: streamable-http
url: https://market.meshtool.ai/mcp
YAML block form; Continue Hub blocks use the same shape. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Goose (Block)deeplink
goose://extension?url=https%3A%2F%2Fmarket.meshtool.ai%2Fmcp&id=market-meshtool-ai&name=market-meshtool-ai&type=streamable_http
TRAP: the type parameter is snake_case "streamable_http" (not streamable-http). The deeplink is completely ungated. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Kiro (AWS)deeplink
https://kiro.dev/launch/mcp/add?name=market-meshtool-ai&config=%7B%22url%22%3A%22https%3A%2F%2Fmarket.meshtool.ai%2Fmcp%22%7D
Ungated one-click launch link; accepts a keyless remote config as-is. The curated Kiro directory is closed — the deeplink is the door. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Antigravity (Google)config-file
Antigravity MCP settings (mcp_config.json)
{
"mcpServers": {
"market-meshtool-ai": {
"serverUrl": "https://market.meshtool.ai/mcp"
}
}
}
TWO TRAPS: the key MUST be "serverUrl" — "url" and "httpUrl" are rejected — and the server name MUST be lowercase or the IDE 400s. This snippet already lowercases the name. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Gemini CLIconfig-file
~/.gemini/settings.json
{
"mcpServers": {
"market-meshtool-ai": {
"httpUrl": "https://market.meshtool.ai/mcp"
}
}
}
TRAP: streamable HTTP uses the "httpUrl" key. Plain "url" means SSE and will not connect to a streamable-HTTP server. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
AnythingLLMconfig-file
AnythingLLM storage → plugins/anythingllm_mcp_servers.json
{
"mcpServers": {
"market-meshtool-ai": {
"type": "streamable",
"url": "https://market.meshtool.ai/mcp"
}
}
}
TRAP: type is "streamable" — writing "streamable-http" fails. Smoke-test after adding (open bug anything-llm#4411 on remote streamable-HTTP). Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Sourcegraph Ampcli
amp mcp add market-meshtool-ai https://market.meshtool.ai/mcp
No listing venue exists — the CLI add is the whole install. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
LibreChatconfig-file
librechat.yaml
mcpServers:
market-meshtool-ai:
type: streamable-http
url: https://market.meshtool.ai/mcp
headers:
Authorization: "Bearer YOUR_AGENT_KEY"
X-User-ID: "{{LIBRECHAT_USER_ID}}"
LibreChat substitutes {{LIBRECHAT_USER_*}} placeholders per user at request time — use them to give each user their own header values instead of sharing one. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
Witsypaste-url
https://market.meshtool.ai/mcp
CAUTION: Witsy's remote transport may be SSE-only (unverified) — a streamable-HTTP server may not connect. Its real discovery surface is Smithery.
ChatGPTpaste-url
https://market.meshtool.ai/mcp
Settings → Apps & Connectors → Advanced → Developer mode → Add connector, paste the URL. REQUIREMENT: ChatGPT only accepts servers exposing `search` and `fetch` tools (this matrix's home server does). Auth modes are OAuth / None / Mixed — there is NO field for a static Bearer key, so keyless tools work but key-authenticated paid calls need OAuth.
Trae (ByteDance)config-file
Trae → MCP settings (JSON)
{
"mcpServers": {
"market-meshtool-ai": {
"url": "https://market.meshtool.ai/mcp"
}
}
}
Transport specifics could not be fully verified (docs truncated in the 2026-07-29 sweep) — re-verify the connection after adding. Keyless works for free/browse tools; add your agent key as a Bearer to make paid calls settle.
GitHub Copilot (JetBrains / Eclipse / Xcode)paste-url
https://market.meshtool.ai/mcp
In-IDE "Browse MCP Servers" defaults to the GitHub MCP Registry; servers listed there install from the browser, others paste the URL into Copilot's MCP settings.
JetBrains AI Assistantpaste-url
https://market.meshtool.ai/mcp
No listing venue exists — paste the URL in the AI Assistant MCP settings.
Visual Studio 2022paste-url
https://market.meshtool.ai/mcp
No listing venue exists — add the remote URL in the MCP server settings.
Amazon Q Developerpaste-url
https://market.meshtool.ai/mcp
No listing venue exists — add the remote URL in Q Developer's MCP configuration.
Zapier (MCP client)paste-url
https://market.meshtool.ai/mcp
No listing venue exists — paste the URL where Zapier asks for an MCP server.
Warppaste-url
https://market.meshtool.ai/mcp
No public listing venue ("Shared" servers are curated) — paste the URL in Warp's MCP settings.
Mstypaste-url
https://market.meshtool.ai/mcp
No listing venue exists — paste the URL in Msty's MCP settings.
Janpaste-url
https://market.meshtool.ai/mcp
No listing venue exists — paste the URL in Jan's MCP settings.
Grok (custom connectors)paste-url
https://market.meshtool.ai/mcp
No listing venue exists — add the URL as a custom connector.
Gemini Enterprisepaste-url
https://market.meshtool.ai/mcp
No listing venue exists — an admin adds the remote URL.
xAI API (remote MCP tools)paste-url
https://market.meshtool.ai/mcp
Server-side: pass the URL as a remote MCP tool in the API request — no venue, no install step.
Zedpaste-url
https://market.meshtool.ai/mcp
Paste the URL in Zed's settings. A Zed *extension* listing would need a launchable command wrapper (extensions are Rust/WASM around a command) — pasting works today without one.
AWS Bedrock AgentCore Gatewaypaste-url
https://market.meshtool.ai/mcp
Register the URL as a gateway target; NoAuth targets are explicitly supported. Requires MCP protocol ≥ 2025-03-26 from the server — check the server's initialize response before wiring.