Notion MCP Server
@MCP-Mirror
关于 Notion MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"notionApi": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\" }"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Notion MCP Server?
An MCP (Model Context Protocol) server that provides a controlled interface to the Notion API, allowing AI assistants to search, read, comment on, and create pages and databases. Designed for developers who want to let LLMs interact with Notion workspaces safely.
How to use Notion MCP Server?
Create a Notion internal integration to obtain a secret token, then add the MCP configuration to your client’s mcp.json or claude_desktop_config.json. Use either npx or Docker, providing the token via the OPENAPI_MCP_HEADERS environment variable. Connect your integration to the pages/databases you want the server to access.
Key features of Notion MCP Server
- Wraps the Notion API as an MCP server for LLMs.
- Supports searching, reading, commenting, and creating pages.
- Deliberately excludes destructive operations like deleting databases.
- Works with both npx (Node.js) and Docker.
- Allows read-only token configuration for enhanced security.
Use cases of Notion MCP Server
- Ask an AI to comment "Hello MCP" on a specific Notion page.
- Instruct the AI to create a new page titled "Notion MCP" under a parent page.
- Retrieve the content of a page by its ID.
FAQ from Notion MCP Server
What operations does Notion MCP Server support?
It can search for pages, read page content, add comments, and create new pages. Deleting databases is intentionally not supported.
Can I restrict the server to read-only access?
Yes. In the Notion integration settings you can give only "Read content" access, creating a read-only token.
What runtime dependencies are required?
You need either Node.js and npm (to run via npx) or Docker (to build and run the container).
How do I connect my Notion pages to the integration?
Visit each page, click the three dots, and select "Connect to integration" to link it to your integration token.
Where does my data reside?
All data stays in Notion's servers. The MCP server is just a proxy that makes API calls—it does not store or cache your data.
记忆与知识 分类下的更多 MCP 服务器
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
评论