MCP server

Notion

MCP

Pages and databases in the same loop as the rest of the work.

Notion’s official MCP. Remote. The agent reads a page the way a person would, and writes only when you allow it.

latest·Proprietary·Updated this month·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

By Notion

Spec

What the server actually exposes.

  • search

    read

    Search pages and databases you shared.

  • fetch

    read

    Read a page as markdown.

  • update-page

    write

    Edit a page after you confirm.

Guardrails

  • OAuth scopes are yours
  • Only pages the integration can see
  • Writes are separate tools

notion-mcp.mcp/tools

Tools

  • search

    Search pages and databases you shared.

    read
  • fetch

    Read a page as markdown.

    read
  • update-page

    Edit a page after you confirm.

    write

Last call

{ "ok": true,
  "tool": "search",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.