leadpipe for Cursor
io.github.leadpipe-com/leadpipe
Official MCP server for Leadpipe intent and data APIs.
client:Cursor
transport:stdio
runtime:npm
Install leadpipe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leadpipe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leadpipe/mcp"
],
"env": {
"LEADPIPE_API_KEY": "<LEADPIPE_API_KEY>",
"LEADPIPE_BASE_URL": "<LEADPIPE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs