mcp for Cursor
com.sitecurl/mcp
Run website audits and track site health scores, findings, and regressions from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sitecurl/mcp"
],
"env": {
"SITECURL_API_KEY": "<SITECURL_API_KEY>",
"SITECURL_API_URL": "<SITECURL_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs