First Party Data CRO for Cursor
io.github.atul0016/first-party-data-cro
First-party funnel, rage-click, checkout, A/B test, and page-speed CRO intelligence.
client:Cursor
transport:stdio
runtime:pypi
Install First Party Data CRO in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"first-party-data-cro": {
"type": "stdio",
"command": "uvx",
"args": [
"first-party-data-cro-mcp"
],
"env": {
"EARNALL_MCP_LICENSE_KEY": "<EARNALL_MCP_LICENSE_KEY>",
"EARNALL_MCP_ACTIVATION_ID": "<EARNALL_MCP_ACTIVATION_ID>",
"EARNALL_MCP_LICENSE_API": "<EARNALL_MCP_LICENSE_API>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs