CrazySEO for Cursor
io.github.bolidee/crazyseo
Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.
client:Cursor
transport:stdio
runtime:npm
Install CrazySEO in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crazyseo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crazyseo"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs