KenyaHealthMCP — MCP server for Kenya health data. NHIF contributions, public facility registry, maternal health protocols, and health rights — as AI agent tools.
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": {
"kenya-health-mcp": {
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kenya-health-mcp uvx kenya-health-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kenya-health-mcp": {
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install kenya-health-mcp