kiwoom mcp for Cursor
io.github.gejyn14/kiwoom-mcp
Kiwoom Securities REST API for Korean markets — 236 endpoints, streaming, gated order execution
client:Cursor
transport:stdio
runtime:pypi
Install kiwoom mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kiwoom-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kiwoom-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs