EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Notion MCP Server
    Notion MCP Server icon

    Notion MCP Server

    MCP Servers

    Official MCP server by Notion that lets AI agents read and write Notion pages, databases, and comments via the Notion API.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under the MIT license. Use, modify, and distribute freely.

    Engagement

    Available On

    macOS
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersKnowledge ManagementMCP Integration

    Alternatives

    MCP ObsidianYavyFigma MCP Server
    Developer
    Notion Labs, Inc.San Francisco, CAEst. 2013$343.2M raised

    Listed Aug 2026

    About Notion MCP Server

    The Notion MCP Server is the official Model Context Protocol (MCP) server published by Notion Labs, Inc. under the MIT license. It bridges AI agents and clients like Claude Desktop, Cursor, Zed, and GitHub Copilot CLI to the full Notion API, enabling them to search, read, create, and edit pages, databases, and comments. The repository is written in TypeScript and is actively maintained on GitHub, with version 2.1.0 released in January 2026.

    What It Is

    The Notion MCP Server implements the Model Context Protocol specification on top of the Notion REST API. It exposes a set of tools that AI agents can call to interact with a connected Notion workspace — searching for pages, querying data sources (databases), creating and updating content, and posting comments. The server runs locally via npx or Docker, or can be deployed as a remote MCP server using Notion's hosted OAuth-based offering documented at developers.notion.com/docs/mcp.

    Update: v2.1.0 and the v2.0.0 Breaking Changes

    The latest release is v2.1.0 (published 2026-01-31). Version 2.0.0 was a significant breaking release that migrated to the Notion API version 2025-09-03, which introduced data sources as the primary abstraction for databases. Key changes in v2.0.0:

    • Removed tools (3): post-database-query, update-a-database, create-a-database
    • New tools (7): query-data-source, retrieve-a-data-source, update-a-data-source, create-a-data-source, list-data-source-templates, move-page, retrieve-a-database
    • All database operations now use data_source_id instead of database_id
    • Total tool count is now 22 (up from 19 in v1.x)

    The README also notes that Notion is prioritizing the remote MCP server (with OAuth) and may sunset this local repository in the future.

    Page Content as Markdown

    A standout feature introduced in recent versions is the ability to read and write Notion page content as enhanced Markdown rather than raw block JSON. This is described as significantly more token-efficient for AI agents:

    • retrieve-page-markdown — reads a full page as Markdown, with optional meeting-note transcript inlining
    • update-page-markdown — edits page content using Markdown, supporting full replacement or targeted find-and-replace

    These endpoints require Notion API version 2026-03-11 and the server automatically selects the correct API version per operation from the OpenAPI spec.

    Transport and Deployment Options

    The server supports two transport modes:

    • STDIO (default): Standard input/output, compatible with Claude Desktop, Cursor, and most MCP clients
    • Streamable HTTP: For web-based applications; runs on a configurable port with bearer token authentication, DNS rebinding protection, and optional per-request token passthrough for multi-tenant deployments

    Installation options include npx, Docker Hub official image (mcp/notion), or building locally. Configuration is done via a JSON snippet added to the MCP client's config file, with NOTION_TOKEN as the recommended authentication method.

    Setup Path

    1. Create an internal Notion integration at notion.so/profile/integrations and copy the token
    2. Grant the integration access to relevant pages or databases via the Access tab
    3. Add the MCP server config to your client (Cursor, Claude Desktop, Zed, or GitHub Copilot CLI) using npx @notionhq/notion-mcp-server with the NOTION_TOKEN environment variable
    4. Optionally use Docker for a more isolated deployment

    The README notes that security-conscious users can create read-only integration tokens by limiting capabilities to "Read content" only in the integration settings.

    Notion MCP Server - 1

    Community Discussions

    Be the first to start a conversation about Notion MCP Server

    Share your experience with Notion MCP Server, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under the MIT license. Use, modify, and distribute freely.

    • MIT licensed
    • Full source code available
    • 22 MCP tools for Notion API
    • STDIO and HTTP transport modes
    • Docker and npx support

    Capabilities

    Key Features

    • 22 MCP tools for Notion API operations
    • Read and write pages as Markdown (token-efficient)
    • Query and manage data sources (databases)
    • Search pages and databases
    • Create and update pages and comments
    • Move pages between parent locations
    • STDIO and Streamable HTTP transport modes
    • Bearer token authentication for HTTP transport
    • Per-request token passthrough for multi-tenant deployments
    • Docker and npx installation options
    • Read-only integration token support
    • Auto-versioned Notion API headers per operation

    Integrations

    Notion API
    Claude Desktop
    Cursor
    Zed
    GitHub Copilot CLI
    Docker
    npm/npx
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Notion MCP Server and help others make informed decisions.

    Developer

    Notion Labs, Inc.

    Notion Labs develops an all-in-one workspace platform that combines notes, documents, wikis, project management, and collaboration tools.

    Founded 2013
    San Francisco, CA
    $343.2M raised
    1,000 employees

    Used by

    OpenAI
    Figma
    Ramp
    Pixar
    +5 more
    Read more about Notion Labs, Inc.
    WebsiteX / Twitter
    2 tools in directory

    Similar Tools

    MCP Obsidian icon

    MCP Obsidian

    A Model Context Protocol server that enables AI assistants to read, search, and manage notes in Obsidian vaults.

    Yavy icon

    Yavy

    Turn any website into an AI-searchable knowledge base with MCP integration for real answers from real content without hallucinations.

    Figma MCP Server icon

    Figma MCP Server

    An MCP server that brings Figma design context directly into AI agent workflows, enabling code generation from design files and writing native Figma content back to the canvas.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    164 tools

    Knowledge Management

    AI-powered systems for organizing, discovering, and accessing collective team knowledge with intelligent search, tagging, and contextual recommendations across knowledge bases and wikis.

    135 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    79 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions