MCP Catalogs
Home

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
Score4455
Official
Categories
NotionProductivityDeveloper Tools
NotionProductivityKnowledge Graph
LanguageTypeScriptTypeScript
Last commit13 mo agothis 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

  1. **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

  1. **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"
      }
    }
  }
}
  1. **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"]
    }
  }
}
  1. **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

  1. Create a Notion integration at [Notion integrations dashboard](https://www.notion.so/profile/integrations)
  2. Configure capabilities (read, insert, update content as needed)
  3. Grant content access to specific pages/databases
  4. Copy the internal integration token as NOTION_API_TOKEN
Comparison generated from public README + GitHub signals. Last updated automatically.