Notion
@ContexaAI
About Notion
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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\"}"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Memory & Knowledge MCP servers
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development

Agimem
Persistent memory for AI agents. Hosted MCP server with capsule-scoped key/value storage, tags, TTL expiration, bulk ops, and RBAC.

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Comments