Skip to content

Gate

Free

by MCP Community

Local (stdio) MCP server exposing Gate.com API v4 to any MCP-compatible client

v0.18.3Added Apr 12, 2026
mcpgategateiocryptotrading
Works with:ClaudeGPTGeminiCopilot

Gate MCP Server

Local (stdio) MCP server exposing Gate.com API v4 to any MCP-compatible client

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y gate-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gate": {
      "command": "npx",
      "args": ["-y", "gate-mcp"]
    }
  }
}