Skip to content
VS Code

kiwoom mcp for VS Code

io.github.gejyn14/kiwoom-mcp

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

client:VS Code transport:stdio runtime:pypi

Install kiwoom mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

kiwoom mcp in other clients