AugmentClaude
OfficialMCP server · httpRequires credentials

📝Notion

By Notion· 4,400

Search, read, and update your Notion pages and databases from Claude.

What it does

Notion's official hosted MCP server connects Claude to your workspace.

What it gives Claude:

  • Search across your Notion workspace
  • Read and create pages
  • Query and update database entries

Authenticates over OAuth — there is no token to paste. The hosted server is OAuth-only; a local npm package (@notionhq/notion-mcp-server) with an integration token exists as an alternative.

Installation

  1. Make sure Claude is on your device and in your terminal.

    MCP servers register with Claude Code via claude mcp add. You need Claude Code installed first:

    npm i -g @anthropic-ai/claude-code
  2. Note the server's URL.
    Server URL
    Sign up to copy

    Paste this into the next step's `claude mcp add` command.

  3. Configure credentials.

    OAuth on first connect — run `/mcp` in Claude Code to authorize the workspace. No token to paste.

  4. Restart Claude Code.

    Quit and reopen Claude Code so it picks up the new MCP registration. Run /mcp inside Claude Code to confirm the server is connected.

  5. Use it.

    Ask Claude naturally. It will call the server's tools when your request matches one. Tool calls show up inline so you can see exactly what Claude is doing.

Prefer to read the source first? Open on GitHub.