rybbit mcp for Cursor
io.github.mrfentmen/rybbit-mcp
Rybbit analytics: overview, users, journeys.
client:Cursor
transport:stdio
runtime:npm
Install rybbit mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rybbit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rybbit-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs