open-seo (MCP Server)

GitHub

Open source alternative to Semrush and Ahrefs

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "open-seo": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-open-seo"
      ]
    }
  }
}