Back to MCP Servers
🔌

danhilse/notion_mcp

MITAPI key required

🐍 ☁️ - Integrates with Notion's API to manage personal todo lists

PythonDev Tools

Install

npx -y danhilse-notion-mcp

Required environment variables

NOTION_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "danhilse-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "danhilse-notion-mcp"
      ],
      "env": {
        "NOTION_API_KEY": "<YOUR_NOTION_API_KEY>"
      }
    }
  }
}

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