seo-mcp-tools

dalebertrand/seo-mcp-tools
★ 4 stars Python 📦 Other Updated 3mo ago
MCP server with SEO tools
View on GitHub →

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-mcp-tools": {
      "command": "uvx",
      "args": [
        "seo-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install seo-mcp-tools