N

Notion MCP Server

Verified

Search, read, and manage Notion pages and databases from AI agents.

open-source 79/100 Productivity notion notes wiki databases project-management docs

A Model Context Protocol server for Notion. Enables AI agents to search pages, read content, create and update pages, and interact with Notion databases.

Supports full CRUD operations on Notion pages and databases, including rich text content, properties, and database queries.

Install

npx -y @notionhq/notion-mcp-server

MCP Client Config

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_API_KEY": "<your-integration-token>"
      }
    }
  }
}

Required Environment Variables

  • NOTION_API_KEY

Capabilities

Tools

searchget_pagecreate_pageupdate_pagequery_databasecreate_database

Compatible With

Claude Desktop Claude Code Cursor Windsurf

Metrics

2,800

GitHub Stars

16,000

Installs

1,300

Weekly

7

Open Issues