Getting Started

Set up PropertyMCP in 3 steps. Takes about 2 minutes.

1Create Your Account

Sign up at propertymcp.vercel.app/auth/signup. No credit card required. Your 7-day free trial starts immediately.

After signing up, you will receive your API key. Save it — you will need it in Step 2.

2Add MCP Config

Open your Claude Desktop or Cursor settings and add the following MCP server config:

{
  "mcpServers": {
    "propertymcp": {
      "command": "npx",
      "args": ["@propertymcp/client"],
      "env": {
        "API_KEY": "YOUR_API_KEY_HERE",
        "API_URL": "https://api.propertymcp.vercel.app"
      }
    }
  }
}

Replace YOUR_API_KEY_HERE with your actual API key from Step 1.

Where to paste this config:

  • Claude Desktop:Settings → Developer → MCP Servers → Edit Config
  • Cursor:Settings → MCP → Add New Server
  • VS Code:.vscode/mcp.json in your workspace

3Start Using PropertyMCP

Restart Claude Desktop / Cursor. Now you can type prompts like:

Search for properties at 123 Main St, Denver, CO
What are the schools near zip code 80202?
Calculate mortgage for a $500,000 home at 7.5% for 30 years with 20% down
Write a luxury listing description for a 4-bed 3-bath 2500 sqft home built in 2015
Show me comparable sales within 1 mile of 456 Oak Ave, Austin, TX
What are the market trends for zip code 78701?