Gate DEX MCP for Claude Desktop
io.github.gateio-dev/gate-dex
Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.
client:Claude Desktop
transport:streamable-http
Install Gate DEX MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gate-dex": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gatemcp.ai/mcp/dex"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs