aeo mcp for Cursor
io.github.arthurcarlsonn/aeo-mcp
AEO tools for AI agents: crawler permissions, llms.txt, structured data, AI-readiness audit.
client:Cursor
transport:stdio
runtime:npm
Install aeo mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aeo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aeo-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs