Skip to content
Grok

kiwoom mcp for Grok

io.github.gejyn14/kiwoom-mcp

Kiwoom Securities REST API for Korean markets — 236 endpoints, streaming, gated order execution

client:Grok transport:stdio runtime:pypi

Install kiwoom mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "kiwoom-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kiwoom-mcp"
      ]
    }
  }
}

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 mcp in other clients