Odel
agentaeo mcp server

agentaeo mcp server

Local
@agentaeoJavaScriptMITUpdated 4mo ago

AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@agentaeo/mcp-serverv0.1.8

Run

npx -y @agentaeo/mcp-server

MCP client config

{
  "mcpServers": {
    "agentaeo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentaeo/mcp-server"
      ]
    }
  }
}