Skip to content
Grok

pykrx-mcp for Grok

io.github.sharebook-kr/pykrx-mcp

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

client:Grok transport:stdio runtime:pypi

Install pykrx-mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pykrx-mcp in other clients