Skip to content
Grok

bitget agent mcp for Grok

io.github.bitget-ai/bitget-agent-mcp

Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.

client:Grok transport:stdio runtime:npm

Install bitget agent mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bitget-agent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bitget-ai/bitget-agent-mcp"
      ],
      "env": {
        "BITGET_API_KEY": "<BITGET_API_KEY>",
        "BITGET_SECRET_KEY": "<BITGET_SECRET_KEY>",
        "BITGET_PASSPHRASE": "<BITGET_PASSPHRASE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bitget agent mcp in other clients