Skip to content
Cursor

seo analyzer for Cursor

io.github.ryudi84/seo-analyzer

MCP server for SEO analysis: meta tags, headings, keywords, sitemaps.

client:Cursor transport:stdio runtime:npm

Install seo analyzer in Cursor

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

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

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

seo analyzer in other clients