Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Stockbit MCP in other clients