mcp-notion-server
A Model Context Protocol server for connecting Notion to MCP-compatible clients
GraphCanon updated 3w · GitHub synced 3w
Decision brief
The mcp-notion-server is a TypeScript-based application that serves as an MCP server to connect Notion with compatible clients, offering a specific integration route.
Good fit when
- Use it for integrating Notion into workflows where Model Context Protocol (MCP) compatibility has been established on the client side.
- Opt for this tool if you are developing or already using TypeScript and need an MCP server to interface with Notion.
Avoid when
- Avoid this tool if your project does not involve integration with Notion, as it is specifically designed around connecting Notion through MCP.
- Do not use mcp-notion-server if you are working in a non-TypeScript environment or require support for languages other than TypeScript.
- Requirements:
- Requires understanding of MCP-compatible systems and integration with Notion API.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (918) are secondary evidence.
- npm downloads (30d)
- 10,310·npm downloads API·3w
Maintenance and security
Full trust report- Maintenance
- Active (9d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install mcp-notion-server npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Repository provides an MCP server enabling the integration of Notion with MCP-compatible clients through TypeScript.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Jul 27, 2026
- MCP server
- Ships MCP server
Source: package.json:@modelcontextprotocol/* · Jul 27, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Jul 27, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 27, 2026)
Add this server to an MCP host such as Claude Desktop:Source link
Tags
README
Quick Start
Add this server to an MCP host such as Claude Desktop:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@suekou/mcp-notion-server"],
"env": {
"NOTION_API_TOKEN": "your-integration-token"
}
}
}
}
Restart your MCP host after saving the configuration.
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
For agents
This page has a .md twin and JSON over the API.