seocode for Cursor
io.github.qobitech/seocode
Framework-aware technical SEO and AI-discoverability (GEO) audits for your codebase, in your editor.
client:Cursor
transport:stdio
runtime:npm
Install seocode in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seocode": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qobi/seocode"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs