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
{
"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