SEO Automation MCP Server - 10 tools for keyword research, competitor analysis, content optimization, technical SEO audit and more. Zero-cost data sources, no paid APIs required.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"seo-automation-mcp": {
"command": "uvx",
"args": [
"seo-automation-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add seo-automation-mcp uvx seo-automation-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"seo-automation-mcp": {
"command": "uvx",
"args": [
"seo-automation-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install seo-automation-mcp