Skip to content
Cursor

propstack mcp for Cursor

io.github.ashev87/propstack-mcp

Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).

client:Cursor transport:stdio runtime:npm

Install propstack 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": {
    "propstack-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "propstack-mcp-server"
      ],
      "env": {
        "PROPSTACK_API_KEY": "<PROPSTACK_API_KEY>"
      }
    }
  }
}

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

propstack mcp in other clients