Webeyez MCP for Cursor
io.github.webeyez-analytics/webeyez-mcp-server
Webeyez MCP: Access UX session replays, conversion funnels, errors, and performance diagnostics.
client:Cursor
transport:stdio
runtime:npm
Install Webeyez MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webeyez-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webeyez/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs