Propstack MCP server
Connect AI assistants to your Propstack real estate CRM (contacts, properties, deals).
9 stars86 downloads/wk
Reviews
Write oneNobody has reviewed Propstack yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Propstack tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it
- Code scan35 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 87 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Propstack repository's README, as published. We do not edit it. Read it on GitHub
Propstack MCP Server
Connect AI assistants (Claude, ChatGPT) to your Propstack real estate CRM.
Verbinden Sie KI-Assistenten mit Ihrem Propstack-CRM — Kontakte verwalten, Objekte durchsuchen, Deals pflegen, Besichtigungen planen und Suchprofile erstellen, alles per Sprache oder Chat.
What you can do / Was Sie damit machen koennen
- Contact management — search, create, update, and tag contacts with GDPR tracking
- Property search & management — filter by price, rooms, area, status; create and update listings
- Deal pipeline — create deals, move through stages, track win/loss rates
- Buyer matching — create search profiles from natural language ("3-Zimmer in Berlin, bis 400k, mit Balkon") and auto-match to new listings
- Task & calendar — log call notes, set follow-up reminders, schedule viewings
- Email — send templated emails linked to contacts and properties
- 360-degree contact view — get a complete briefing before every call
- Pipeline dashboards — deal counts and values per stage, stale deal alerts
- Lead intake — one-call workflow: dedup, create contact, log notes, create deal, set reminder
Data protection (DSGVO): Using this server sends personal data from your Propstack CRM into the LLM you connect (Claude, ChatGPT, …). You — the Propstack customer — remain the data controller. See Datenschutz (DSGVO) for responsibility, legal basis, the fields data-minimization parameter, and notes on automated decisions.
Quick Start
1. Set your API key
export PROPSTACK_API_KEY=your_api_key_here2a. Claude Desktop
Add to your Claude Desktop config (claudedesktopconfig.json):
{
"mcpServers": {
"propstack": {
"command": "npx",
"args": ["-y", "propstack-mcp-server"],
"env": {
"PROPSTACK_API_KEY": "your_api_key_here"
}
}
}
}2b. Claude Code (CLI)
Add to your project's .mcp.json:
{
"mcpServers": {
"propstack": {
"command": "npx",
"args": ["-y", "propstack-mcp-server"],
"env": {
"PROPSTACK_API_KEY": "your_api_key_here"
}
}
}
}2c. ChatGPT
- Go to Settings > Connectors > Developer Mode
- Add a new MCP connector
- Set the command to npx -y propstack-mcp-server
- Add environment variable PROPSTACKAPIKEY
2d. Cursor IDE
- Open Settings (Ctrl+,) → search "MCP"
- Edit MCP Servers JSON, or add mcp.json in project root / .cursor/
Option A — local project (after npm run build):
{
"mcpServers": {
"propstack": {
"command": "node",
"args": ["./dist/index.js"],
"cwd": "C:/Users/you/path/to/propstack_mcp",
"env": {
"PROPSTACK_API_KEY": "your_api_key_here"
}
}
}
}Or use .env in project root — the server loads it automatically; you can omit the env block.
Option B — npx (published package or npx from local):
{
"mcpServers": {
"propstack": {
"command": "npx",
"args": ["-y", "propstack-mcp-server"],
"env": {
"PROPSTACK_API_KEY": "your_api_key_here"
}
}
}
}2e. Run directly
npm install propstack-mcp-server
PROPSTACK_API_KEY=your_key npx propstack-mcp-serverAPI Key / API-Schluessel
Get your Propstack API key:
- Log in to crm.propstack.de
- Go to Verwaltung > API-Schluessel (Administration > API Keys)
- Create or copy your V1 API key
Hinweis: Der API-Schluessel bestimmt die Berechtigungen. Stellen Sie sicher, dass Lese- und Schreibzugriff fuer die benoetigten Endpunkte aktiviert ist.
Available Tools (49)
Contacts (Kontakte)
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y propstack-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add propstack-mcp -- npx -y propstack-mcp-server
Propstack: common questions
- Is Propstack MCP server safe?
- Mostly: it is graded B (78/100). Read the Propstack safety report
- How do I install Propstack?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Propstack need an API key?
- Yes. The registry entry asks for
PROPSTACK_API_KEY. - Is Propstack maintained?
- The last commit was 88 days ago (2026-07-01). The latest release is v1.1.0.
- What can I use instead of Propstack?
- Servers from other publishers that do the same job: HubSpot MCP server, Pinlyx MCP server and Cavyro MCP server. Compare all Propstack alternatives.
Alternatives to Propstack
Same job from other publishers: the closest match first, then the best rated.
- HubSpotHubSpot CRM: contacts, deals, tickets, line items, properties, marketing, files, workflows, threadsnot reviewedGrowingA
- PinlyxPinlyx CRM for AI assistants: contacts, deals, social inbox and posts, email and Google Ads.not reviewedGrowingB
CavyroTelegram-native CRM for agents: contacts, deals, pipelines, campaigns, docs and reports.not reviewedGrowingB- Rd StationMCP server for RD Station — contacts, events, funnels, deals, segmentations, lead scoring, webhooksnot reviewedGrowingB
- Pipedrive CRMMCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.not reviewedGrowingB