Skip to content

Notion

Free

by MCP Community

Official MCP server for Notion API

v2.2.1Added Apr 12, 2026
notionapimcpserver
Works with:ClaudeGPTGeminiCopilot

Notion MCP Server

Official MCP server for Notion API

Installation

npx -y @notionhq/notion-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @notionhq/notion-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"]
    }
  }
}