🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

scrapy-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrapy-mcp-server

MCP server for Scrapy request inspection and debugging

pipPyPI
Version
0.1.1
Maintainers
1

Scrapy MCP Server

MCP (Model Context Protocol) server for Scrapy request inspection and debugging.

Installation & Usage

Use uvx to run the MCP server:

uvx scrapy-mcp-server

Configuration

Add to your MCP client configuration (e.g., Claude Desktop):

{
  "mcpServers": {
    "scrapy-inspector": {
      "command": "uvx",
      "args": ["scrapy-mcp-server"]
    }
  }
}

Requirements

  • Python >= 3.8
  • Compatible with Windows, Linux, and macOS (Intel & Apple Silicon)

License

Copyright © 2015–2025 CoreDump Engineering. All rights reserved.

Keywords

scrapy

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts