Notion MCP Server
Notion's MCP server for searching, reading and editing a workspace; Notion now recommends its hosted version.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Letting an assistant search, read and update Notion pages; choose the hosted Remote Notion MCP for new setups.
You want the self-hosted server in this repository; Notion no longer maintains or supports it.
About Notion MCP Server
Notion publishes this open-source, self-hosted MCP server, which exposes the Notion API to AI assistants and, since version 2.0, returns page content as Markdown. Notion's README now marks it as no longer actively maintained and directs users to Remote Notion MCP, its hosted server, which uses OAuth, respects each user's permissions and searches connected apps.
Notion MCP Server is an open-source project written primarily in TypeScript, with 4.6k stars on GitHub. It was last updated in September 2026.
Add Notion MCP Server to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-integration-token> with your own value first.
Claude Code
claude mcp add notion-mcp-server -e 'NOTION_TOKEN=<your-integration-token>' -- npx -y @notionhq/notion-mcp-serverCursor
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_TOKEN": "<your-integration-token>"
}
}
}
}VS Code
{
"servers": {
"notion-mcp-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_TOKEN": "<your-integration-token>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_TOKEN": "<your-integration-token>"
}
}
}
}Codex
[mcp_servers.notion-mcp-server]
command = "npx"
args = ["-y", "@notionhq/notion-mcp-server"]
env = { NOTION_TOKEN = "<your-integration-token>" }Notion MCP Server vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Notion MCP Serverthis listing | 4.6k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
