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.

Frequently Asked Questions

Common questions about Ahrefs.

What data can I access through the Ahrefs MCP server?
The Ahrefs MCP server provides access to Ahrefs' SEO data. This includes site metrics, keyword research, and competitor analysis capabilities, enabling AI agents to interact with Ahrefs' core services.
How do I configure the Ahrefs MCP server in an MCP client?
Configuration typically involves adding the server to your client's settings. For the Ahrefs MCP server, specify the 'stdio' transport and provide your API key for authentication, following your client's specific instructions for server setup.
Does the Ahrefs MCP server require an API key?
Yes, authentication for the Ahrefs MCP server is handled via an API key. You must provide a valid Ahrefs API key to securely access its features and data.
What are the common applications for the Ahrefs MCP server?
Typical use cases include automated SEO analysis, monitoring backlink profiles, performing keyword research, and gaining insights into competitor strategies directly through AI agents. It integrates Ahrefs' data into automated workflows.
What are the licensing costs associated with using the Ahrefs MCP server?
The Ahrefs MCP server itself does not have a separate licensing cost. However, access to the underlying Ahrefs data and services typically requires a paid Ahrefs subscription, which determines your usage and access limits.

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.