Skip to content
Cursor

nyumba mcp for Cursor

io.github.gabrielmahia/nyumba-mcp

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

client:Cursor transport:stdio runtime:pypi

Install nyumba mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nyumba mcp in other clients