gistpad-mcp vs fetch
并排对比,帮你在这两个 MCP server 之间做选择。
gistpad-mcp by lostintangent | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 192 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 76 |
| 官方 | — | ✓ |
| 分类 | GitHub 集成效率工具知识库 / RAG | 网页抓取AI / LLM 工具效率工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 4 个月前 | 本月 |
gistpad-mcp · 概述
通过 GitHub Gists 管理知识、笔记和提示词的 MCP 服务器,提供全面的 gist 操作工具。
fetch · 概述
一个MCP服务器,抓取网页内容并将HTML转换为Markdown,让大模型能读取网页信息。
gistpad-mcp · 使用场景
- 管理作为 GitHub Gists 存储的个人知识库
- 创建和跟踪日常待办事项和笔记
- 构建与 AI 助手共享的可重用提示词
fetch · 使用场景
- 大模型阅读新闻文章和博客
- 网页内容分析
- 从公共网站检索信息
- 分块读取大型网页文档
gistpad-mcp · 安装
安装
- 安装 [GistPad VS Code 扩展](https://aka.ms/gistpad) 以实现无缝集成
- 对于其他 MCP 客户端:
``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<您的个人访问令牌>" } } } } ``
- 可选:添加标志以启用其他功能:
--daily、--starred、--archived、--prompts
fetch · 安装
安装
**使用uv(推荐)** 无需特定安装。使用uvx直接运行服务器:
uvx mcp-server-fetch**使用PIP** 通过pip安装:
pip install mcp-server-fetch然后运行:
python -m mcp_server_fetchClaude桌面配置
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}