Korea Data Suite for Grok
io.github.choiyounggi/korea-data-mcp
Korean public holidays, business-day math, and MOLIT real-estate transactions as MCP tools.
client:Grok
transport:stdio
runtime:pypi
Install Korea Data Suite in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"korea-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"korea-data-mcp"
],
"env": {
"KDS_API_KEY": "<KDS_API_KEY>",
"KDS_API_BASE": "<KDS_API_BASE>"
}
}
}
}
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