Back to MCP Servers
🔌

jjlabsio/korea-stock-mcp

ISCAPI key required

📇 ☁️ - An MCP Server for Korean stock analysis using OPEN DART API and KRX API

TypeScriptAPIs

Install

npx -y korea-stock-mcp

Required environment variables

DART_API_KEYSet in your MCP config
YOUR_DART_API_KEYSet in your MCP config
KRX_API_KEYSet in your MCP config
YOUR_KRX_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "jjlabsio-korea-stock-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "korea-stock-mcp"
      ],
      "env": {
        "DART_API_KEY": "<YOUR_DART_API_KEY>",
        "YOUR_DART_API_KEY": "<YOUR_YOUR_DART_API_KEY>",
        "KRX_API_KEY": "<YOUR_KRX_API_KEY>",
        "YOUR_KRX_API_KEY": "<YOUR_YOUR_KRX_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.