← Back to browse

propstack-mcp

Indexed by io.github.ashev87

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROPSTACK_API_KEY
Claude Code
claude mcp add --env PROPSTACK_API_KEY= propstack-mcp -- npx propstack-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"propstack-mcp","command":"npx","args":["propstack-mcp-server"],"env":{"PROPSTACK_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "propstack-mcp": {
      "command": "npx",
      "args": [
        "propstack-mcp-server"
      ],
      "env": {
        "PROPSTACK_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.