Skip to content
Cursor

Homecastr MCP for Cursor

io.github.dhardestylewis/homecastr

U.S. property forecasts, public benchmarks, and permit or environmental context through MCP.

client:Cursor transport:stdio runtime:npm

Install Homecastr MCP 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": {
    "homecastr": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "homecastr-mcp-server"
      ],
      "env": {
        "HOMECASTR_API_KEY": "<HOMECASTR_API_KEY>",
        "HOMECASTR_API_URL": "<HOMECASTR_API_URL>",
        "WORLDCASTR_API_KEY": "<WORLDCASTR_API_KEY>",
        "WORLDCASTR_API_URL": "<WORLDCASTR_API_URL>"
      }
    }
  }
}

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

Homecastr MCP in other clients