Back to MCP Servers
🔌

suekou/mcp-notion-server

MITAPI key required

📇 🏠 - Interacting with Notion API

TypeScriptDev Tools

Install

npx -y @suekou/mcp-notion-server

Required environment variables

NOTION_API_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "suekou-mcp-notion-server": {
      "command": "npx",
      "args": [
        "-y",
        "@suekou/mcp-notion-server"
      ],
      "env": {
        "NOTION_API_TOKEN": "<YOUR_NOTION_API_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.