loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

seo-mcp

MCP Tool

Stackwise-digital/seo-mcp

Free, open-source MCP server for SEO auditing with real-time web monitoring via Firehose (Ahrefs). 28 rules, site crawling, deep analysis — works with Claude Desktop, Claude Code, and Cursor.

Install

$ npx loaditout add Stackwise-digital/seo-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "seo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seo-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

seo-mcp

Free, open-source MCP server for scanning websites for SEO issues — runs locally and integrates directly with Claude Desktop, Claude Code, Cursor, and other MCP clients.

No API keys required for core functionality. The conversation LLM performs AI analysis directly.

Features
  • 28 SEO rules across meta, content, technical, and performance categories
  • Multi-threaded scanning with worker_threads for parallel page analysis
  • Site crawling with configurable depth, page limits, and robots.txt respect
  • Deep page analysis — returns structured data for the conversation LLM to analyze (no API key needed)
  • Real-time web monitoring via Firehose (Ahrefs) — track content changes with Lucene queries and SSE streaming
  • Structured results with severity levels and actionable recommendations
Getting Started
Prerequisites
  • Node.js >= 20.0.0
  • An MCP client: Claude Desktop, Claude Code, Cursor, or any MCP-compatible client
Installation
git clone https://github.com/Stackwise-digital/seo-mcp.git
cd seo-mcp
npm install
npm run build
Setup
Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "seo-mcp": {
      "command": "node",
      "args": ["/path/to/seo-mcp/dist/index.js"]
    }
  }
}
Claude Code

Add to your Claude Code MCP settings (~/.claude/.mcp.json):

{
  "mcpServers": {
    "seo-mcp": {
      "command": "node",
      "args": ["/path/to/seo-mcp/dist/index.js"]
    }
  }
}
Cursor

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "seo-mcp": {
      "command": "node",
      "args": ["/path/to/seo-mcp/dist/index.js"]
    }
  }
}

That's it — the 4 core SEO tools are rea

Tags

ahrefsclaude-codeclaude-desktopcursorfirehosemcpmcp-serverreal-timeseoseo-auditseo-toolstypescriptweb-monitoring

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated5 days ago
Security: BREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/7/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Stackwise-digital/seo-mcp)](https://loaditout.ai/skills/Stackwise-digital/seo-mcp)