CCXT for Grok
io.github.ccxt/ccxt-mcp
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
client:Grok
transport:stdio
runtime:npm
Install CCXT in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ccxt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ccxt-mcp"
]
}
}
}
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