dealflow mcp for Cursor
io.github.daleweaver1981/dealflow-mcp
50 AI prompts for real estate investors — BRRRR, flips, multifamily
client:Cursor
transport:stdio
runtime:npm
Install dealflow mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dealflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dealflow-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs