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.
Platform-specific configuration:
{
"mcpServers": {
"seo-mcp": {
"command": "npx",
"args": [
"-y",
"seo-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
worker_threads for parallel page analysisgit clone https://github.com/Stackwise-digital/seo-mcp.git
cd seo-mcp
npm install
npm run buildAdd 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"]
}
}
}Add to your Claude Code MCP settings (~/.claude/.mcp.json):
{
"mcpServers": {
"seo-mcp": {
"command": "node",
"args": ["/path/to/seo-mcp/dist/index.js"]
}
}
}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
Loading reviews...