bitget agent mcp for Claude Desktop
io.github.bitget-ai/bitget-agent-mcp
Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.
client:Claude Desktop
transport:stdio
runtime:npm
Install bitget agent mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bitget-agent-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs