# Composio Ahrefs MCP

Composio’s Ahrefs toolkit connects agent workflows to Ahrefs data through a Composio-managed MCP integration.

Canonical URL: https://a2a-mcp.org/entry/composio-ahrefs-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

Composio’s Ahrefs toolkit connects agent workflows to Ahrefs data through a Composio-managed MCP integration.

## Key Features

- Authorize an Ahrefs connection for agent tool calls.
- Use Composio’s toolkit routing in supported assistants and agent frameworks.

## Use Cases

Bring Ahrefs research into an agent workflow through the selected connector.

## Limitations

This integration is maintained by Composio; its setup differs from the first-party Ahrefs MCP endpoint.

## Sources

- Project documentation: https://composio.dev/toolkits/ahrefs/framework/claude-code
- Setup reference: https://composio.dev/toolkits/ahrefs/framework/llama-index

## MCP Setup

### Prerequisites

- Node.js/npm for the documented TypeScript session setup.

### Access requirements

- Composio API key and user ID; Ahrefs account.

### Client setup

#### Claude Code

Transport: `http`

```bash
claude mcp add --transport http ahrefs-composio YOUR_MCP_URL_HERE --headers X-API-Key:YOUR_COMPOSIO_API_KEY
```

- Install the session helper dependencies: npm install @composio/core dotenv
- Use the documented Composio Tool Router script with toolkits: ["ahrefs"] to obtain the session mcp.url.
- Replace the URL and key placeholders; restart Claude Code.

Auth:
- Complete Ahrefs authorization through the Composio connection flow.

### Environment variables

- `COMPOSIO_API_KEY`
- `USER_ID`

Setup docs: https://composio.dev/toolkits/ahrefs/framework/claude-code

## Tags

- MCP
- seo
- integration

## Also known as

- Composio Ahrefs

## Alternatives

- Ahrefs mcp
- Pipedream Ahrefs MCP

## Sources

- [Project website](https://composio.dev/toolkits/ahrefs/framework/claude-code)
- [Project documentation](https://composio.dev/toolkits/ahrefs/framework/claude-code)
- [Setup reference](https://composio.dev/toolkits/ahrefs/framework/llama-index)

Last checked: 2026-09-14
