MCP Catalogs
首页

fetch vs mcp-notion-server

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

fetch
by modelcontextprotocol
mcp-notion-server
by suekou
Stars★ 85,748★ 892
30天用量
综合分7655
官方
分类
网页抓取AI / LLM 工具效率工具
Notion 集成效率工具知识库 / RAG
实现语言TypeScriptTypeScript
最近提交本月本月

fetch · 概述

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

mcp-notion-server · 概述

连接 Notion 与 MCP 兼容客户端的 MCP 服务器,使 AI 智能体能查找、读取、查询和更新 Notion 工作区。

fetch · 使用场景

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

mcp-notion-server · 使用场景

  • AI 助手阅读和总结 Notion 文档页面
  • 自动化创建和更新 Notion 数据库中的内容
  • 使用数据源资源管理器等 MCP 应用程序构建自定义 Notion 界面

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"]
    }
  }
}

mcp-notion-server · 安装

快速开始

将此服务器添加到 Claude Desktop 等 MCP 主机:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@suekou/mcp-notion-server"],
      "env": {
        "NOTION_API_TOKEN": "your-integration-token"
      }
    }
  }
}

设置指南

  1. 在 [Notion 集成仪表板](https://www.notion.so/profile/integrations) 创建 Notion 集成
  2. 配置所需功能(根据需要选择读取、插入、更新内容)
  3. 向特定页面/数据库授予内容访问权限
  4. 复制内部集成令牌作为 NOTION_API_TOKEN
对比内容由 README + GitHub 公开数据自动生成,定期更新。