optiqra mcp for Claude Desktop
io.github.armin5872/optiqra-mcp
MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.
client:Claude Desktop
transport:stdio
runtime:npm
Install optiqra mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"optiqra-mcp": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs