Kiwoom Securities MCP Server for Windsurf
io.github.chunsam/kiwoom-mcp-server
Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool
client:Windsurf
transport:stdio
runtime:npm
Install Kiwoom Securities MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs