optiqra mcp for Cursor
io.github.armin5872/optiqra-mcp
MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.
client:Cursor
transport:stdio
runtime:npm
Install optiqra mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"optiqra-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"optiqra-mcp"
],
"env": {
"OPTIQRA_BASE_URL": "<OPTIQRA_BASE_URL>",
"OPTIQRA_PROVIDER_API_KEY": "<OPTIQRA_PROVIDER_API_KEY>",
"OPTIQRA_TIMEOUT_MS": "<OPTIQRA_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs