Skip to content
Cursor

stream estate for Cursor

io.github.fullstck/stream-estate

MCP server for the Stream.estate French real estate API

client:Cursor transport:stdio runtime:npm

Install stream estate in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stream-estate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-stream-estate"
      ],
      "env": {
        "STREAM_ESTATE_API_KEY": "<STREAM_ESTATE_API_KEY>"
      }
    }
  }
}

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

stream estate in other clients