Stockbit MCP for Grok
io.github.ino-xious/stockbit-mcp
Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.
client:Grok
transport:stdio
runtime:npm
Install Stockbit MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"stockbit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stockbit-mcp"
],
"env": {
"STOCKBIT_TOOLS": "<STOCKBIT_TOOLS>",
"STOCKBIT_TRADING": "<STOCKBIT_TRADING>",
"STOCKBIT_NO_BROWSER": "<STOCKBIT_NO_BROWSER>",
"STOCKBIT_STORE_DIR": "<STOCKBIT_STORE_DIR>"
}
}
}
}
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