mcp-web-tools-server

ZephyraRR/mcp-web-tools-server
★ 0 stars Python Code/Dev Tools Updated today
Custom MCP server exposing web page extraction and structured scraping tools over the Model Context Protocol, for use with Claude Code, Claude Desktop, or any MCP client.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-web-tools-server": {
      "command": "uvx",
      "args": [
        "mcp-web-tools-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-web-tools-server