mcpbeat Sign in

Propstack MCP Server

local only

Propstack MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 1 Jul 2026.

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

Installs per day peak 34 · avg 12 · +10% w/w
a month agotoday
43
Installs / week
npm · propstack-mcp-server
8
Stars
2 open issues
1 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Propstack MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add propstack-mcp -- npx -y propstack-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "propstack-mcp": {
      "args": [
        "-y",
        "propstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.propstack-mcp]
command = "npx"
args = ["-y", "propstack-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "propstack-mcp": {
      "args": [
        "-y",
        "propstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "propstack-mcp": {
      "args": [
        "-y",
        "propstack-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROPSTACK_API_KEY (Your Propstack V1 API key (Verwaltung > API-Schluessel in crm.propstack.de). Determines which endpoints are accessible.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Propstack MCP

same job, measured the same way
Reel Estate MCP
by tryreelestate

Turn real-estate listing photos into property videos from your AI assistant.

local only
Vaiz
by vaiz

Connect AI assistants to your Vaiz workspace: tasks, projects, boards, documents and milestones.

63 installs/wk local only
Produktly
by produktly

Connect your AI assistant to Produktly. Read changelogs, feedback responses, and roadmap items.

answering
I
MCP for Zotero
by alejandroarnaud

Connect your Zotero reference library to AI assistants via Model Context Protocol.

answering
DOCX Document Generator Proposal Contract Markdown
by theluckystrike

Create real Word .docx files from your AI chat: proposals, quotes, contracts, statements of work.

14 tools answering
DOCX
by theluckystrike

Create real Word .docx files from your AI chat: proposals, quotes, contracts, statements of work.

local only
Itcons.app
by itcons-app

Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.

34 installs/wk answering
Well
by wellapp-ai

Connect your AI to your Well financial data - invoices, companies, contacts.

82 tools answering

Propstack MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Propstack MCP?
Propstack MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package propstack-mcp-server was installed 43 times last week.
How do I connect Propstack MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls propstack-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Propstack MCP?
The npm package propstack-mcp-server was installed 43 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Propstack MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 8 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.