name: "用于AI工作区集成的Notion MCP服务器" slug: "notion-mcp-server-ai-workspace-integration" version: "1.0.0" displayName: "用于AI工作区集成的Notion MCP服务器" summary: "官方 Notion MCP 服务器通过模型上下文协议(Model Context Protocol)使 AI 代理能够与 Notion 工作区进行交互。它提供了查询数据源、创建和更新页面、搜索内容以及管理数据库的工具——所有这些都可以通过 Claude、Cursor、Copilot 等 MCP 客户端的自然语言提示来访问。" license: "MIT" description: "官方 Notion MCP 服务器通过模型上下文协议(Model Context Protocol)使 AI 代理能够与 Notion 工作区进行交互。它提供了查询数据源、创建和更新页面、搜索内容以及管理数据库的工具——所有这些都可以通过 Claude、Cursor、Copilot 等 MCP 客户端的自然语言提示来访问。" github_stars: 4141 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" category: "Integrations & Connectors" framework: "MCP" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 4141 npm_package: "@notionhq/notion-mcp-server" npm_weekly_downloads: 67564
The official Notion MCP Server enables AI agents to interact with Notion workspaces through the Model Context Protocol. It provides tools for querying data sources, creating and updating pages, searching content, and managing databases — all accessible via natural language prompts from Claude, Cursor, Copilot, and other MCP clients.
Use the upstream install or setup path that matches your environment: - docker compose build - npx @notionhq/notion-mcp-server - npx @notionhq/notion-mcp-server --transport stdio - npx @notionhq/notion-mcp-server --transport http
Requirements and caveats from upstream: - ##### Using Docker - There are two options for running the MCP server with Docker: - ###### Option 1: Using the official Docker Hub image
Basic usage or getting-started notes:
- #### 1. Setting up integration in Notion
- Go to https://www.notion.so/profile/integrations and create a new internal integration or select an existing one.
- 
这个 Skill 质量中等偏上,主要提供了 Notion MCP 服务器的安装和基础配置说明,文档结构清晰、易于理解,适合快速上手使用。优点是引用了官方上游资源,安装方式说明详细;不足之处在于内容较为基础,缺少常见问题解答和实际使用示例,对于复杂场景的指导不足。总体而言,作为入门级文档是合格的,但如果想深入使用可能需要查阅更多资料。