Odel
habari mcp

habari mcp

Local
@gabrielmahiaPythonMITUpdated 4 days ago

MCP server for news and public-information coordination in East Africa (habari = news)

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).

PyPIhabari-mcpv0.1.3

Run

uvx habari-mcp

MCP client config

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