Skip to content

Kiwoom Securities MCP Server for Zed

io.github.chunsam/kiwoom-mcp-server

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

client:Zed transport:stdio runtime:npm

Install Kiwoom Securities MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "kiwoom-mcp-server": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Kiwoom Securities MCP Server in other clients