Odel
nyumba mcp

nyumba mcp

Local
@gabrielmahiaPythonMITUpdated 1mo ago

MCP server for housing coordination in East Africa (nyumba = house)

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

PyPInyumba-mcpv0.1.4

Run

uvx nyumba-mcp

MCP client config

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