Notion
@ContexaAI
Notion について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"notionApi": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"OPENAPI_MCP_HEADERS",
"mcp/notion"
],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer ntn_****\",\"Notion-Version\":\"2022-06-28\"}"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Notion?
This project implements an MCP server for the Notion API. It is a fork of the official Notion MCP server that replaces the Stdio transport with Server-Sent Events (SSE). It allows AI assistants to interact with Notion pages, databases, and comments using natural language commands.
How to use Notion?
Install and configure the server by setting up an internal Notion Integration, copying the integration token, and adding the MCP configuration to your client (e.g., .cursor/mcp.json or claude_desktop_config.json). You can run it via npx or Docker, providing the token and Notion version in the OPENAPI_MCP_HEADERS environment variable. Then instruct your AI to perform actions like commenting or creating pages.
Key features of Notion
- MCP server for the Notion API
- Supports searching, reading, commenting, and creating pages
- Uses Server-Sent Events (SSE) transport (fork modification)
- Installable via npm or Docker
- Read-only token option for security-conscious users
- Designed for use with AI assistants like Claude
Use cases of Notion
- Comment "Hello MCP" on a specific page
- Create a new page titled "Notion MCP" under a parent page
- Retrieve the content of a page by its content ID
- Search for pages and databases using natural language
- Add content to existing pages via AI instructions
FAQ from Notion
What is the main modification of this fork?
The primary modification is the replacement of the transport mechanism from Stdio to Server-Sent Events (SSE).
How do I get a Notion Integration token?
Go to https://www.notion.so/profile/integrations, create a new internal integration, and copy the token from the Configuration tab.
Can this server delete databases?
No. The scope of the Notion API exposed is limited; for example, you will not be able to delete databases via MCP. There is a non-zero risk to workspace data, so consider creating a read-only integration token.
How do I configure the server for my client?
Add the appropriate block to your client’s config file (e.g., .cursor/mcp.json or claude_desktop_config.json) using either npx or Docker, with your integration token and Notion version in the OPENAPI_MCP_HEADERS variable.
What runtime does the server require?
It requires Node.js (for npx) or Docker. The Docker image can be pulled from Docker Hub or built locally using the provided docker-compose file.
「メモリとナレッジ」の他のコンテンツ
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
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.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
コメント