Skip to content
Cursor

SEO & GEO for Cursor

io.github.ortamarco/seo-geo-mcp-server

Audit a page's SEO and its readiness for AI answer engines: meta, schema, robots, sitemaps, AI bots.

client:Cursor transport:stdio runtime:npm

Install SEO & GEO in Cursor

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

{
  "mcpServers": {
    "seo-geo-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-geo-mcp-server"
      ]
    }
  }
}

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

SEO & GEO in other clients