mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Productivity

Notion

Official Notion MCP server for querying pages, databases, and blocks with OAuth authentication.

by NotionRepository →Source →
Installnpx -y @notionhq/notion-mcp-server

The Notion MCP server is the official integration that lets LLMs read and search your Notion workspace. Query pages, databases, and blocks to give agents access to specs, docs, and project plans.

Capabilities

  • Search across entire Notion workspace
  • Query databases with filters and sorts
  • Read pages and child blocks
  • Retrieve page properties and metadata
  • OAuth-based authentication (no API token management)

Usage

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer ntn_YOUR_TOKEN\",\"Notion-Version\":\"2022-06-28\"}"
      }
    }
  }
}

Setup

  1. Create a Notion integration at notion.so/my-integrations
  2. Share the pages/databases you want accessible with the integration
  3. Use the internal integration token in the config