Marvenn MCP Server for Cursor
io.github.marvennai/marvenn-mcp
Connect AI agents to Marvenn for outbound growth via email, voice, and LinkedIn.
client:Cursor
transport:stdio
runtime:npm
Install Marvenn MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"marvenn-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@marvenn/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs