MCP Catalogs
首页

AuthorProfileMCP vs fetch

并排对比,帮你在这两个 MCP server 之间做选择。

AuthorProfileMCP
by alperenkocyigit
fetch
by modelcontextprotocol
Stars★ 2★ 85,748
30天用量
综合分3476
官方
分类
知识库 / RAGAI / LLM 工具其它
网页抓取AI / LLM 工具效率工具
实现语言PythonTypeScript
最近提交6 个月前本月

AuthorProfileMCP · 概述

分析学术作者网络和研究合作的MCP服务器,可提取学者档案关键词。

fetch · 概述

一个MCP服务器,抓取网页内容并将HTML转换为Markdown,让大模型能读取网页信息。

AuthorProfileMCP · 使用场景

  • 学术研究合作发现
  • 通过作者关键词分析研究趋势
  • 构建学术网络可视化

fetch · 使用场景

  • 大模型阅读新闻文章和博客
  • 网页内容分析
  • 从公共网站检索信息
  • 分块读取大型网页文档

AuthorProfileMCP · 安装

# 克隆仓库
git clone https://github.com/alperenkocyigit/AuthorProfileMCP.git
cd AuthorProfileMCP

# 创建虚拟环境
python -m venv venv
source venv/bin/activate  # Windows系统: venv\Scripts\activate

# 安装依赖
pip install -r requirements.txt

# 运行服务器
python server.py

对于Claude Desktop,添加到 claude_desktop_config.json:

{
  "mcpServers": {
    "author-profile": {
      "command": "python",
      "args": ["/path/to/AuthorProfileMCP/server.py"]
    }
  }
}

fetch · 安装

安装

**使用uv(推荐)** 无需特定安装。使用uvx直接运行服务器:

uvx mcp-server-fetch

**使用PIP** 通过pip安装:

pip install mcp-server-fetch

然后运行:

python -m mcp_server_fetch

Claude桌面配置

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。