Skip to content

Commit c23a8df

Browse files
committed
fix(docs): use mcp-remote for Claude Desktop MCP setup
1 parent 4222a54 commit c23a8df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/tooling/ai-llm/mcp-server.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ Add this to `~/Library/Application Support/Claude/claude_desktop_config.json`:
7979
{
8080
"mcpServers": {
8181
"avalanche-mcp": {
82-
"transport": {
83-
"type": "http",
84-
"url": "https://build.avax.network/api/mcp"
85-
}
82+
"command": "npx",
83+
"args": ["-y", "mcp-remote", "https://build.avax.network/api/mcp"]
8684
}
8785
}
8886
}
8987
```
9088

89+
Claude Desktop uses stdio transport and does not support HTTP MCP servers natively. [`mcp-remote`](https://www.npmjs.com/package/mcp-remote) acts as a bridge from stdio to the HTTP endpoint. Node.js must be installed for `npx` to work.
90+
9191
## JSON-RPC Examples
9292

9393
Search docs:

0 commit comments

Comments
 (0)