HomeProductivity › easy-notion-mcp

easy-notion-mcp

Markdown-first Notion MCP server. ~6-7x fewer response tokens vs official Notion MCP. 43 tools.

TypeScript Cloud macOSWindowsLinux
★ 51 stars Last pushed 2026-09-11 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y easy-notion-mcp@1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "easy-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "easy-notion-mcp@1.1.0"
      ],
      "env": {
        "NOTION_TOKEN": "<YOUR_VALUE>",
        "NOTION_ROOT_PAGE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • NOTION_TOKEN required secret — Notion integration token
  • NOTION_ROOT_PAGE_ID — Default parent page ID for create_page (optional — falls back to workspace root in OAuth mode)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry