Skip to content
Cursor

mcp-rosreestr for Cursor

io.github.atomno-mcp/mcp-rosreestr

MCP server for Russian Rosreestr cadastral data: lookup by number, address or coordinates.

client:Cursor transport:stdio runtime:pypi

Install mcp-rosreestr in Cursor

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

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

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

mcp-rosreestr in other clients