PluginBench
MCP Server

Gate DEX MCP MCP Server

io.github.gateio-dev/gate-dex

What is the Gate DEX MCP MCP server?

Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.

How to install Gate DEX MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gate-dex": {
      "url": "https://api.gatemcp.ai/mcp/dex"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gate-dex": {
      "serverUrl": "https://api.gatemcp.ai/mcp/dex"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gate-dex": {
      "type": "http",
      "url": "https://api.gatemcp.ai/mcp/dex"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gate-dex": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.gatemcp.ai/mcp/dex"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gate-dex https://api.gatemcp.ai/mcp/dex

Related MCP servers

OAuth Gate exchange MCP for CEX trading, account, wallet, unified account, and sub-account.

View repository →

Gate info MCP for coin discovery, market snapshots, technical analysis, and on-chain data.

View repository →

Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.

View repository →

Gate news MCP for crypto news, structured events, announcements, and social sentiment.

View repository →