★ 1 stars
TypeScript
🤖 AI/LLM
Updated 2d ago
Query WHO Global Health Observatory data — 3,059 indicators across 194 member states with country, region, year, and sex filters via MCP. STDIO or Streamable HTTP.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"who-gho-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/who-gho-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add who-gho-mcp-server npx -y cyanheads/who-gho-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"who-gho-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/who-gho-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agent bun cyanheads gho global-health global-health-observatory health-data mcp mcp-server model-context-protocol odata public-health typescript who