million for Grok
io.github.kelows/million
Operate a self-hosted Solana whale tracker and copy-trading deck: positions, rules, token checks.
client:Grok
transport:stdio
runtime:npm
Install million in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"million": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"million-mcp"
],
"env": {
"MILLION_API": "<MILLION_API>"
}
}
}
}
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