notion-mcp-server

GitHub

Official Notion MCP Server

4,307 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-server"
      ]
    }
  }
}