leadcloser mcp for Cursor
io.github.dylanc1317-create/leadcloser-mcp
Manage leads and insights for NZ trade businesses via LeadCloser AI.
client:Cursor
transport:stdio
runtime:npm
Install leadcloser mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leadcloser-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dylanc1317/leadcloser-mcp"
],
"env": {
"LEADCLOSER_TENANT_ID": "<LEADCLOSER_TENANT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs