MCPBeginner
MCP Setup
Install the AEO Content AI MCP server and configure Claude Code or Cursor to use AEO tools directly.
Step 1: Install
The MCP server is distributed as an npm package. Install it globally or as a project dependency.
Step 2: Configure Claude Code
Add the server to your Claude Code MCP configuration. Create or edit the .mcp.json file in your project root:
Store your API key in an environment variable instead of hardcoding it. Use
AEO_API_KEY from your shell environment and omit the env block.Step 2 (alt): Configure Cursor
For Cursor, add the same configuration to your project or global MCP settings file.
Step 3: First Tool Call
With the server configured, you can use AEO tools directly in your AI agent conversation. Try these prompts:
"Get the AEO audit for stripe.com"
aeo_get_audit"List all available audits"
aeo_list_audits"Check the visibility report for notion.com"
aeo_search_visibility"What are the benchmark rankings for developer tools?"
aeo_get_benchmarksAvailable Tools
The MCP server exposes 16 tools across 4 categories. See the full reference for schemas and parameters:
- Audit Tools (5) - get, list, submit, status, fix prompts
- Visibility Tools (1) - search visibility reports
- Content Tools (5) - topics, articles, benchmarks, pipelines
- Client Tools (5) - profiles, articles, CMS publishing