The only SEO skill your agent needs. 50+ SEO audit tools through a local CLI and MCP server, using your own crawl, Search Console, and GA4 data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"seo": {
"command": "npx",
"args": [
"-y",
"iannuttall/seo"
]
}
}
}
Run in terminal:
claude mcp add seo npx -y iannuttall/seo
Add to .cursor/mcp.json:
{
"mcpServers": {
"seo": {
"command": "npx",
"args": [
"-y",
"iannuttall/seo"
]
}
}
}