Skip to content
Cursor

seo authority mcp for Cursor

io.github.forgemeshlabs/seo-authority-mcp

SEO authority, keyword, competitor, content, site-audit, and internal-link tools with optional.

client:Cursor transport:stdio runtime:npm

Install seo authority mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "seo-authority-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/seo-authority-mcp"
      ],
      "env": {
        "SEO_API_BASE": "<SEO_API_BASE>",
        "SEO_X402_PRIVATE_KEY": "<SEO_X402_PRIVATE_KEY>",
        "SEO_MAX_PAYMENT_USDC": "<SEO_MAX_PAYMENT_USDC>"
      }
    }
  }
}

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

seo authority mcp in other clients