Skip to content
Notion

NotionMCP Server

Added to Onei
1 views

Summary

Notion's official MCP server — search, read, create, and update pages and databases in your workspace.

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Notion" tools will be available.
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer ntn_YOUR_TOKEN\",\"Notion-Version\":\"2022-06-28\"}"
      }
    }
  }
}

Description

Notion's official MCP server. It exposes the Notion API to an agent so it can search the workspace, read and create pages, and query and update databases — letting assistants work directly with Notion content.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views
Browse all MCP servers →