Stockbit MCP for Cline
io.github.ino-xious/stockbit-mcp
Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.
client:Cline
transport:stdio
runtime:npm
Install Stockbit MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"stockbit-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs