publicdata kr for Claude Desktop
io.github.fieldcure/publicdata-kr
Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.
client:Claude Desktop
transport:stdio
runtime:nuget
Install publicdata kr in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"publicdata-kr": {
"command": "dnx",
"args": [
"FieldCure.Mcp.PublicData.Kr",
"--yes"
],
"env": {
"DATA_GO_KR_API_KEY": "<DATA_GO_KR_API_KEY>",
"PUBLICDATA_TIMEOUT_SECONDS": "<PUBLICDATA_TIMEOUT_SECONDS>",
"PUBLICDATA_MAX_RESPONSE_LENGTH": "<PUBLICDATA_MAX_RESPONSE_LENGTH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs