AgentHubAgentHub

Notion

MCP ServerMCP Hub 中国

io.mcp-cn.notionhq/notion-mcp-server · vlatest

连接Notion的MCP服务器,支持页面管理和数据操作

概览

Notion 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

3

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "notionhq/notion-mcp-server"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.notionhq/notion-mcp-server",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Notion",
  "description": "连接Notion的MCP服务器,支持页面管理和数据操作",
  "author": {
    "name": "https://www.npmjs.com/package/@notionhq/notion-mcp-server"
  },
  "iconUrl": "2026-02-03 08:32:49.163+00",
  "repository": {
    "url": "https://github.com/ \\Notion-Version\\: \\2022-06-28\\ }}}}]",
    "source": "github"
  },
  "homepage": "https://mcp-cn.com/server/65",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "notionhq/notion-mcp-server",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:45638",
    "3"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@notionhq/notion-mcp-server",
    "originalUrl": "https://mcp-cn.com/server/65",
    "isOfficial": false,
    "status": "active"
  }
}
Notion — MCP Server 安装与配置 · AgentHub