Habari
Rank #20,953io.github.gabrielmahia/habari-mcp
MCP server for news and public-information coordination in East Africa (habari = news)
Habari is a Model Context Protocol (MCP) server published by gabrielmahia. It ranks #20,953 of 115,460 servers tracked on MCP Toplist. Habari is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Jul 18, 2026.
Ranks ahead of 94,507 of 115,460 servers on MCP Toplist.
Use Habari
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add habari-mcp -- uvx habari-mcp[mcp_servers.habari-mcp]
command = "uvx"
args = ["habari-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"habari-mcp": {
"command": "uvx",
"args": [
"habari-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"habari-mcp": {
"command": "uvx",
"args": [
"habari-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"habari-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"habari-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"habari-mcp": {
"command": "uvx",
"args": [
"habari-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"habari-mcp": {
"command": "uvx",
"args": [
"habari-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%2Fhabari-mcp)<a href="https://mcptoplist.com/server/io.github.gabrielmahia%2Fhabari-mcp"><img src="https://mcptoplist.com/badge/io.github.gabrielmahia%2Fhabari-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 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
- county-mcp#18,044 · 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
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jul 18, 2026 |
| 0.1.2 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Habari?
- Habari is maintained by gabrielmahia, which publishes 34 MCP servers (68 total versions) tracked on MCP Toplist.
- Is Habari listed on the Official MCP Registry?
- Yes — Habari is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Habari have?
- MCP Toplist tracks 2 versions of Habari, most recently published on Jul 18, 2026.
- Where can I find the source code for Habari?
- The source code for Habari is hosted at github.com/gabrielmahia/habari-mcp.