Token导航 LogoToken导航TokenDH.com
eget MCP logo
AI代理HTTP官方级别未说明来源级核验

eget MCP

MCP Server

A simple MCP server that integrates eGet web scraper with Claude for Desktop. This connector allows Claude to scrape web content through your local eGet API, enabling search, summarization, and analysis of websites directly in conversations.

工具数

0

提示词数

0

GitHub Stars

3

资源数

0
网页爬取PythonClaude数据提取Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

vishwajeetdabholkar

提供方

vishwajeetdabholkar

最后核验

2026/5/18 02:15

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

克劳德网络爬虫MCP

一个简单的模型上下文协议(MCP)服务器,将Claude for Desktop连接到本地运行的eGet web scraper。这允许Claude通过您当地的API抓取网站内容。

先决条件

  • Claude桌面版
  • Python 3.7+
  • eGet刮网器(来自https://github.com/vishwajeetdabholkar/eGet-Crawler-for-ai)

安装说明

1.设置eGet网络爬虫

首先,确保eGet web scraper正在运行:

# Clone the eGet repository
git clone https://github.com/vishwajeetdabholkar/eGet-Crawler-for-ai
cd eGet-Crawler-for-ai

# Set up and run eGet according to its instructions
# (typically using Docker or local Python installation)

# Verify the API is running (default: http://localhost:8000/api/v1/scrape)

2.设置MCP服务器

# Create project directory
mkdir claude-scraper-mcp
cd claude-scraper-mcp

# Set up UV and virtual environment
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
uv add "mcp[cli]" httpx

# Create the MCP server script
touch scrape_mcp_server.py

复制 scrape_mcp_server.py 将代码写入文件。

3.为桌面配置Claude

  1. 创建或编辑Claude桌面配置:
# On macOS
mkdir -p ~/Library/Application\ Support/Claude/
  1. 将此配置添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
    "mcpServers": {
        "scrape-service": {
            "command": "/absolute/path/to/claude-scraper-mcp/.venv/bin/python",
            "args": [
                "/absolute/path/to/claude-scraper-mcp/scrape_mcp_server.py"
            ]
        }
    }
}

将路径替换为虚拟环境和脚本的实际绝对路径。

  1. 重新启动桌面版的Claude

用法

设置后,您可以使用Claude通过以下命令抓取网站:

  • “从中删除内容https://example.com并对其进行总结”
  • “获取有关网站的信息https://news.ycombinator.com"

故障排除

如果您遇到问题:

  1. 检查eGet刮板是否正在运行
  2. 验证脚本中的API端点是否与eGet配置匹配
  3. 确保Claude for Desktop使用了正确的Python解释器
  4. 更改配置后重新启动Claude for Desktop

目录标签

目录标签

网页爬取PythonClaude数据提取developer-toolsweb-scraperMCP本地部署本地APIClaude集成

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

HTTPnone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP