webscraping-ai-mcp-server

webscraping-ai/webscraping-ai-mcp-server
★ 41 stars JavaScript 🤖 AI/LLM Updated 23d ago
A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
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": {
    "webscraping-ai-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "webscraping-ai/webscraping-ai-mcp-server"
      ]
    }
  }
}