MCP Server สำหรับดึงข้อมูลจาก HDC MOPH (hdc.moph.go.th) — Health Data Center กระทรวงสาธารณสุข
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hdc-mcp-server": {
"command": "npx",
"args": [
"-y",
"chiipzaa/hdc-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add hdc-mcp-server npx -y chiipzaa/hdc-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"hdc-mcp-server": {
"command": "npx",
"args": [
"-y",
"chiipzaa/hdc-mcp-server"
]
}
}
}