Stockbit MCP for Cursor
io.github.ino-xious/stockbit-mcp
Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.
client:Cursor
transport:stdio
runtime:npm
Install Stockbit MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs