Kiwoom Securities MCP Server for Cursor
io.github.chunsam/kiwoom-mcp-server
Read-only MCP server for the Kiwoom Securities REST API: market data, account inquiry, ISA tax tool
client:Cursor
transport:stdio
runtime:npm
Install Kiwoom Securities MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kiwoom-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs