agentaeo mcp server for VS Code
io.github.digitaldatadriven/agentaeo-mcp-server
AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI.
client:VS Code
transport:stdio
runtime:npm
Install agentaeo mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"agentaeo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentaeo/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs