← Claude MCP Servers Directory

📝

Notion MCP Server

Community

About

Manage Notion pages and databases. Read and write to your Notion workspace.

Features

  • Page management
  • Database operations
  • Block manipulation
  • Workspace search

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notion/mcp-server"
      ]
    }
  }
}

Using Cursor

Configure in your Cursor settings (Settings > MCP):

{
  "notion": {
    "command": "npx",
    "args": [
      "-y",
      "@notion/mcp-server"
    ]
  }
}

How to Use

Once installed, you can ask your AI assistant to:

  • "Create Notion pages"
  • "Query databases"
  • "Update page content"