Server Directory
ProductivityIntermediate

Notion

by Notion

Full integration with Notion workspaces. Search pages, read and update content, manage databases, and create new pages programmatically.

CAPABILITIES

  • Search across workspace
  • Read page and database content
  • Create and update pages
  • Manage database entries
  • Comment management

INSTALLATION

Terminal
npx -y @notionhq/notion-mcp-server

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Productivity
Difficulty
Intermediate
Maintained By
Notion
NPM Package
@notionhq/notion-mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →