AgentHubAgentHub

Screaming Frog SEO Spider MCP Server

MCP ServerMCP Registry官方收录

io.github.bzsasson/screaming-frog-mcp · v0.1.0

Crawl websites, export SEO data, and manage crawls via Screaming Frog SEO Spider.

概览

Screaming Frog SEO Spider MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "screaming-frog-mcp": {
      "command": "uvx",
      "args": [
        "screaming-frog-mcp"
      ]
    }
  }
}

环境变量

SF_CLI_PATH可选

Path to the Screaming Frog SEO Spider CLI executable. Defaults to the standard macOS location.

相关资源

统一 Manifest

{
  "id": "io.github.bzsasson/screaming-frog-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Screaming Frog SEO Spider MCP Server",
  "description": "Crawl websites, export SEO data, and manage crawls via Screaming Frog SEO Spider.",
  "repository": {
    "url": "https://github.com/bzsasson/screaming-frog-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "screaming-frog-mcp",
        "version": "0.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SF_CLI_PATH",
            "description": "Path to the Screaming Frog SEO Spider CLI executable. Defaults to the standard macOS location."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.bzsasson/screaming-frog-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.bzsasson%2Fscreaming-frog-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Screaming Frog SEO Spider MCP Server — MCP Server 安装与配置 · AgentHub