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.
本技能來自小蔥技能站7w4.net。
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 伺服器的安裝和基礎配置說明,文件結構清晰、易於理解,適合快速上手使用。優點是引用了官方上游資源,安裝方式說明詳細;不足之處在於內容較為基礎,缺少常見問題解答和實際使用示例,對於複雜場景的指導不足。總體而言,作為入門級文件是合格的,但如果想深入使用可能需要查閱更多資料。