OpenAEO for Cline
dev.openaeo/audit
Asks 8 AI crawlers for your page, checks who really answered, and writes the fixes. MIT.
client:Cline
transport:stdio
runtime:npm
Install OpenAEO in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
],
"env": {
"OPENAEO_API_KEY": "<OPENAEO_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs