MCP Marketplace logo
MCP
All servers
Notion

Notion

verified

Read, write, and search Notion pages and databases.

by Notion7.8kMITupdated 1mo agoadded 1y ago

Official Notion MCP server. Query databases, create pages, edit blocks. Requires a Notion integration token.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

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

Related servers