county-mcp
Rank #18,044io.github.gabrielmahia/county-mcp
MCP server for Kenyan county-government services and coordination
county-mcp is a Model Context Protocol (MCP) server published by gabrielmahia. It ranks #18,044 of 115,460 servers tracked on MCP Toplist. county-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jun 13, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 97,416 of 115,460 servers on MCP Toplist.
Use county-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add county-mcp -- uvx county-mcp[mcp_servers.county-mcp]
command = "uvx"
args = ["county-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"county-mcp": {
"command": "uvx",
"args": [
"county-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"county-mcp": {
"command": "uvx",
"args": [
"county-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"county-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"county-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"county-mcp": {
"command": "uvx",
"args": [
"county-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"county-mcp": {
"command": "uvx",
"args": [
"county-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gabrielmahia%2Fcounty-mcp)<a href="https://mcptoplist.com/server/io.github.gabrielmahia%2Fcounty-mcp"><img src="https://mcptoplist.com/badge/io.github.gabrielmahia%2Fcounty-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gabrielmahia
Other servers by gabrielmahia
- Mpesa MCP#7,797 · 4 vers
- elimu-mcp#16,228 · 2 vers
- usafiri-mcp#16,229 · 2 vers
- church-mcp#18,043 · 2 vers
- fomu-mcp#18,045 · 2 vers
- historia-mcp#18,046 · 2 vers
- nyumba-mcp#18,047 · 2 vers
- remit-mcp#18,048 · 2 vers
- sifa-mcp#18,049 · 2 vers
- soko-mcp#18,050 · 2 vers
- familia-mcp#18,808 · 2 vers
- offline-mcp#18,809 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Jul 18, 2026 |
| 0.1.3 | Jul 4, 2026 |
Frequently asked questions
- Who maintains county-mcp?
- county-mcp is maintained by gabrielmahia, which publishes 34 MCP servers (68 total versions) tracked on MCP Toplist.
- Is county-mcp listed on the Official MCP Registry?
- Yes — county-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does county-mcp have?
- MCP Toplist tracks 2 versions of county-mcp, most recently published on Jul 18, 2026.
- Where can I find the source code for county-mcp?
- The source code for county-mcp is hosted at github.com/gabrielmahia/county-mcp.