notion-mcp-server vs mcp-notion-server
Side-by-side comparison to help you pick between these two MCP servers.
notion-mcp-server by awkoy | mcp-notion-server by suekou | |
|---|---|---|
| Stars | ★ 151 | ★ 892 |
| 30d uses | — | — |
| Score | 44 | 55 |
| Official | — | — |
| Categories | NotionProductivityDeveloper Tools | NotionProductivityKnowledge Graph |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this month |
notion-mcp-server · Summary
Production-ready MCP server for Notion API integration with comprehensive tools for managing pages, databases, comments, and users.
mcp-notion-server · Summary
MCP server for connecting Notion to MCP-compatible clients, enabling AI agents to find, read, query and update Notion workspaces.
notion-mcp-server · Use cases
- Create and manage Notion pages and databases through natural language commands
- Update task lists and meeting notes directly from AI assistants
- Automate content creation and organization in Notion workspaces
mcp-notion-server · Use cases
- AI assistants reading and summarizing Notion documentation pages
- Automating content creation and updates in Notion databases
- Building custom Notion interfaces with MCP Apps like Data Source Explorer
notion-mcp-server · Install
Installation
- **Obtain a Notion API Key**
- Create an integration at [Notion Developers](https://www.notion.so/my-integrations) - Copy your API key - Enable Integration for Your Pages
- **Claude Desktop Integration**
Create or edit the mcp.json file in your configuration directory:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": ["-y", "notion-mcp-server"],
"env": {
"NOTION_TOKEN": "YOUR_KEY",
"NOTION_PAGE_ID": "YOUR_PAGE_ID"
}
}
}
}- **Cursor Integration**
Create or edit the .cursor/mcp.json file in your project directory:
{
"mcpServers": {
"notion-mcp-server": {
"command": "env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx",
"args": ["-y", "notion-mcp-server"]
}
}
}- **General Usage**
``bash env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx -y notion-mcp-server ``
mcp-notion-server · Install
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"
}
}
}
}Setup Guide
- Create a Notion integration at [Notion integrations dashboard](https://www.notion.so/profile/integrations)
- Configure capabilities (read, insert, update content as needed)
- Grant content access to specific pages/databases
- Copy the internal integration token as NOTION_API_TOKEN