DataPython

data-go-mcp-servers

Korea public data portal (data.go.kr) API MCP servers for AI agents.

Free
N/A rating (0 reviews)0 installs237 GitHub stars
Koreapublic dataMCPAPI

This project wraps various public APIs from the Korean government data portal (data.go.kr) into Model Context Protocol (MCP) servers, allowing AI tools to easily access and utilize public data. It provides a standardized interface for different public APIs, enabling seamless integration with AI applications.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "data-go-mcp-servers-1": {
      "args": [
        "data-go-mcp.nps-business-enrollment"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.