Skip to content
Gemini CLI

kiwoom mcp for Gemini CLI

io.github.gejyn14/kiwoom-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install kiwoom mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

kiwoom mcp in other clients