Skip to content
Cursor

pykrx-mcp for Cursor

io.github.sharebook-kr/pykrx-mcp

Korean stock market data (KOSPI/KOSDAQ) with ETF tracking and fundamental analysis

client:Cursor transport:stdio runtime:pypi

Install pykrx-mcp in Cursor

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

{
  "mcpServers": {
    "pykrx-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pykrx-mcp"
      ]
    }
  }
}

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

pykrx-mcp in other clients