Skip to content
Grok

Kiwoom Securities MCP Server for Grok

io.github.chunsam/kiwoom-mcp-server

Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool

client:Grok transport:stdio runtime:npm

Install Kiwoom Securities MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "kiwoom-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kiwoom-mcp-server"
      ],
      "env": {
        "KIWOOM_APP_KEY": "<KIWOOM_APP_KEY>",
        "KIWOOM_APP_SECRET": "<KIWOOM_APP_SECRET>",
        "KIWOOM_MODE": "<KIWOOM_MODE>",
        "ISA_ENABLED": "<ISA_ENABLED>"
      }
    }
  }
}

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

Kiwoom Securities MCP Server in other clients