Skip to content
Cursor

Korea Data Suite for Cursor

io.github.choiyounggi/korea-data-mcp

Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools.

client:Cursor transport:stdio runtime:pypi

Install Korea Data Suite in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "korea-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "korea-data-mcp"
      ],
      "env": {
        "KDS_API_KEY": "<KDS_API_KEY>",
        "KDS_API_BASE": "<KDS_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Korea Data Suite in other clients