MCP Configs2026年3月31日·1 分钟阅读

Notion MCP Server — Official Notion Integration

Official Notion MCP server. Search, read, create, and update Notion pages, databases, and blocks from Claude Code, Cursor, or any MCP client. By Notion. 4.1K+ stars.

TO
TokRepo精选 · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_YOUR_TOKEN\", \"Notion-Version\": \"2022-06-28\"}"
      }
    }
  }
}

Get your integration token at notion.so/my-integrations.


介绍

The official Notion MCP server by Notion. Lets AI coding tools search, read, create, and update Notion pages, databases, comments, and blocks via the Model Context Protocol. Connect your knowledge base, project docs, and wikis directly to your AI workflow. 4,100+ GitHub stars.

Best for: Teams using Notion for docs/wikis who want AI agents to read and write Notion content Works with: Claude Code, Cursor, Windsurf, Gemini CLI, any MCP client


Available Tools

Tool Description
notion_search Search pages and databases by title or content
notion_retrieve_page Get full page content as blocks
notion_create_page Create a new page in a database or as a child page
notion_update_page Update page properties
notion_retrieve_database Get database schema and entries
notion_query_database Query a database with filters and sorts
notion_create_comment Add a comment to a page
notion_retrieve_comments Get all comments on a page
notion_append_block_children Append content blocks to a page

FAQ

Q: What is Notion MCP Server? A: The official MCP server by Notion that lets AI agents search, read, create, and update Notion pages, databases, and blocks. 4.1K+ stars.

Q: Do I need a paid Notion plan? A: No, the MCP server works with free Notion accounts. You need an internal integration token from Notion settings.


🙏

来源与感谢

Created by Notion. Licensed under MIT. makenotion/notion-mcp-server — 4,100+ GitHub stars

相关资产