analytics
Semrush MCP Server
Pull SEO data from Semrush into Claude Code. Domain analytics, keyword research, backlink analysis, and traffic insights.
Pricing: paid — The MCP server is free. Requires a Semrush account with API access (paid plans from $139.95/mo).
Features
- Domain overview with traffic and authority metrics
- Organic keyword analysis and rankings
- Keyword difficulty scoring
- Backlink analysis with referring domains
- Traffic analytics with historical trends
- Competitor domain comparison
- 19 tools covering major Semrush API endpoints
Setup Instructions
1. Get your Semrush API key from Semrush > Subscription Info > API
2. Add to your Claude MCP settings:
``
json
{
"mcpServers": {
"semrush": {
"command": "npx",
"args": ["-y", "github:mrkooblu/semrush-mcp"],
"env": {
"SEMRUSH_API_KEY": "your_api_key"
}
}
}
}
``
3. Restart Claude and verify the connectionAdded: 2026-03-01