leapfrog for Cursor
io.github.anthonybono21-cloud/leapfrog
Multi-session browser MCP — 15 parallel isolated browsers, 37 tools, stealth, self-improvement.
client:Cursor
transport:stdio
runtime:npm
Install leapfrog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leapfrog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"leapfrog-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs