Back to MCP ToolsProductivityOfficial
Notion logo

Notion

Official

All-in-one workspace for notes, docs, and project management.

Provider:Notion Labs
Category:Productivity

Installation

Command Line
npx -y @suekou/mcp-notion-server

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@suekou/mcp-notion-server"
      ],
      "env": {
        "NOTION_API_TOKEN": "<your-integration-token>"
      }
    }
  }
}