Gate Exchange MCP for Claude Desktop
io.github.gateio-dev/gate-exchange
OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.
client:Claude Desktop
transport:streamable-http
Install Gate Exchange MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gate-exchange": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.gatemcp.ai/mcp/exchange"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs