seo-insights-mcp-server

mrgoonie/seo-insights-mcp-server
★ 29 stars TypeScript 🤖 AI/LLM Updated 1mo ago
TypeScript Model Context Protocol (MCP) server for SEO Insights. Provides SEO tools for backlinks, keyword research, and traffic analysis. Includes CLI support and extensible structure for connecting AI systems (LLMs) to SEO APIs
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-insights-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "mrgoonie/seo-insights-mcp-server"
      ]
    }
  }
}