Files
cursor__plugins/third_party/ahrefs
Cursor Agent 2b68aa43fa Fix Ahrefs and Similarweb doc links
The Ahrefs homepage pointed at docs.ahrefs.com/mcp/docs/introduction, a path
I could not confirm resolves — Ahrefs' own archived repo and third-party
indexes cite three different intro URLs. Point at ahrefs.com/mcp and the help
centre article instead, both of which are live, and spell out the MCP-key
header as an alternative to OAuth. Add Similarweb's Cursor integration guide.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:36:05 +00:00
..
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00
2026-08-25 06:36:05 +00:00

Ahrefs

Cursor plugin that connects agents to Ahrefs through Ahrefs's official remote Model Context Protocol server.

Query live Ahrefs SEO data — backlinks, keyword metrics, rank tracking, and site audits — from the signed-in Ahrefs account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Ahrefs.
  3. Click Install, then complete the Ahrefs sign-in prompt.

Or run /add-plugin ahrefs in chat.

MCP

{
  "mcpServers": {
    "ahrefs": {
      "type": "http",
      "url": "https://api.ahrefs.com/mcp/mcp"
    }
  }
}

Auth is OAuth. Cursor prompts for Ahrefs sign-in when the plugin connects, and the consent screen mints an MCP-scoped key on the Ahrefs side. Leave any OAuth client ID and secret blank.

Before you connect

You need a paid Ahrefs plan (Lite or higher). MCP calls consume the plan's Integration API units, and the row cap per response scales with the tier — 100 on Lite, 250 on Standard, 500 on Advanced, unlimited on Enterprise.

What agents can do

Category Capabilities
Site Explorer Backlink profiles, referring domains, organic traffic, and top pages
Keywords Explorer Keyword metrics, matching terms, and SERP overviews
Rank Tracker Tracked keyword positions and visibility over time
Site Audit Crawl results and technical SEO issues

The hosted runtime is the source of truth for tool names and schemas.

Notes

  • Tool calls run as the Ahrefs user who authorizes the connection and consume that account's API units.
  • Ahrefs MCP keys and API v3 keys are separate and not interchangeable. The OAuth consent screen mints the MCP-scoped key for you; you can also generate one under Account Settings → API Keys → Generate MCP key and skip OAuth by sending it as "headers": {"Authorization": "Bearer <MCP_KEY>"} instead.
  • The @ahrefs/mcp npm package is Ahrefs' old local server, and Ahrefs no longer supports local setup at all: "Local MCP setup is no longer supported. We only support remote MCP server for now."

Docs

Logo is Ahrefs's official mark, from the ahrefs GitHub organization.

License

MIT