Gate DEX MCP
Rank #22,850io.github.gateio-dev/gate-dex
Gate DEX MCP for wallet auth, transfers, swaps, token info, market data, and RPC access.
Gate DEX MCP is a Model Context Protocol (MCP) server published by gate. It ranks #22,850 of 115,460 servers tracked on MCP Toplist, and its repository has 37 GitHub stars. Gate DEX MCP is listed on Official MCP, with 1 tracked version. It was first listed on Apr 16, 2026 and most recently updated on Apr 16, 2026.
Ranks ahead of 92,610 of 115,460 servers on MCP Toplist.
Use Gate DEX MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http gate-dex https://api.gatemcp.ai/mcp/dex[mcp_servers.gate-dex]
url = "https://api.gatemcp.ai/mcp/dex"Add to ~/.codex/config.toml.
https://api.gatemcp.ai/mcp/dexSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"gate-dex": {
"url": "https://api.gatemcp.ai/mcp/dex"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gate-dex": {
"type": "http",
"url": "https://api.gatemcp.ai/mcp/dex"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gate-dex": {
"serverUrl": "https://api.gatemcp.ai/mcp/dex"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gate-dex": {
"url": "https://api.gatemcp.ai/mcp/dex"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gateio-dev%2Fgate-dex)<a href="https://mcptoplist.com/server/io.github.gateio-dev%2Fgate-dex"><img src="https://mcptoplist.com/badge/io.github.gateio-dev%2Fgate-dex.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gate
Other servers by gate
View all gate servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Apr 16, 2026 |
Frequently asked questions
- Who maintains Gate DEX MCP?
- Gate DEX MCP is maintained by gate, which publishes 6 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Gate DEX MCP listed on the Official MCP Registry?
- Yes — Gate DEX MCP is listed on the Official MCP Registry.
- How many versions does Gate DEX MCP have?
- MCP Toplist tracks 1 version of Gate DEX MCP, most recently published on Apr 16, 2026.
- Where can I find the source code for Gate DEX MCP?
- The source code for Gate DEX MCP is hosted at github.com/gate/gate-mcp.