OpenDART-MCP-Server

procpalee/OpenDART-MCP-Server
★ 3 stars TypeScript 📦 Other Updated 9d ago
한국의 전자공시시스템(DART) 웹 MCP 서버
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opendart-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "procpalee/OpenDART-MCP-Server"
      ]
    }
  }
}