Odel
county mcp

county mcp

Local
@gabrielmahiaPythonMITUpdated 4 days ago

MCP server for Kenyan county-government services and coordination

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcounty-mcpv0.1.4

Run

uvx county-mcp

MCP client config

{
  "mcpServers": {
    "county-mcp": {
      "command": "uvx",
      "args": [
        "county-mcp"
      ]
    }
  }
}