A

Ahrefs

Official Ahrefs MCP server that lets AI agents securely access Ahrefs SEO data, site metrics, keyword research, and competitor analysis through the Ahrefs...

Ahrefs·No reviews yet
Docs
Share:

About

Official Ahrefs MCP server that lets AI agents securely access Ahrefs SEO data, site metrics, keyword research, and competitor analysis through the Ahrefs...

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install Ahrefs

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "ahrefs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ahrefs"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "ahrefs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ahrefs"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "ahrefs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ahrefs"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.