Skip to content
Cursor

agent seo engine for Cursor

io.github.davidmosiah/agent-seo-engine

Agent-first local SEO quality, intent and opportunity engine with CLI and optional MCP server.

client:Cursor transport:stdio runtime:pypi

Install agent seo engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-seo-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-seo-engine"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent seo engine in other clients