SEO Toolkit MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SEO Toolkit MCPCheck keyword difficulty for 'vegan recipes'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SEO Toolkit MCP
MCP server for Ahrefs free-tool data: backlinks, keyword research, keyword difficulty, and traffic estimation.
Requirements
Bun 1.3 or newer
A CapSolver API key
Related MCP server: SEO Research MCP
Setup
bun install
CAPSOLVER_API_KEY="your-capsolver-api-key" bun run buildRun the server:
CAPSOLVER_API_KEY="your-capsolver-api-key" bun run src/index.tsUsage with MCP clients
Installed from npm
{
"mcpServers": {
"SEO Toolkit MCP": {
"command": "bunx",
"args": ["@qexle/seo-mcp"],
"env": {
"CAPSOLVER_API_KEY": "your-capsolver-api-key"
}
}
}
}Local build
{
"mcpServers": {
"SEO Toolkit MCP": {
"command": "bun",
"args": ["/absolute/path/to/seo-mcp/dist/index.js"],
"env": {
"CAPSOLVER_API_KEY": "your-capsolver-api-key"
}
}
}
}Tools
get_backlinks_list(domain)keyword_generator(keyword, country = "us", search_engine = "Google")get_traffic(domain_or_url, country = "None", mode = "subdomains")keyword_difficulty(keyword, country = "us")
Tools cache signatures to signature_cache.json in the working directory.
Development
bun test # fails if coverage drops below 100%
bun run typecheck
bunx oxlint .
bun run buildLicense
MIT. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Ahrefs: Ahrefs API: SEO powerhouse featuring keyword research, backlink analysis, and SERP tracking.
- VibeSEOOAuthdev.vibeseo
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
SEO answers for AI agents: Search Console reads free, plus competitor, keyword, backlink, SERP data.
Related MCP Servers
- AlicenseCqualityNot gradedmaintenanceEnables AI assistants to interact with DataForSEO APIs and obtain SEO data including SERP results, keyword research, on-page metrics, backlink analysis, and domain analytics through a standardized interface.769,209 npm-
- AlicenseBqualityCmaintenanceEnables AI coding assistants to perform SEO research tasks including backlink analysis, keyword research, traffic estimation, and keyword difficulty analysis using Ahrefs data directly within IDEs.4191MIT
- AlicenseBqualityDmaintenanceEnables AI-powered IDEs to perform SEO research including backlink analysis, keyword generation, traffic estimation, and keyword difficulty using Ahrefs data and CapSolver for CAPTCHA solving.4MIT
- AlicenseNot gradedqualityFmaintenanceConnects AI assistants to SEO APIs for backlinks analysis, keyword research, and traffic analysis.6 npm28MIT