← Index

io.github.misterwigglesworth/easy-notion

io.github.misterwigglesworth/easy-notion·v0.2.3·Productivity & Project Mgmt
Quality Score
80
/100

Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "easy-notion": {
      "command": "npx",
      "args": [
        "-y",
        "easy-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>",
        "NOTION_ROOT_PAGE_ID": "<notion_root_page_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "easy-notion": {
      "command": "npx",
      "args": [
        "-y",
        "easy-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>",
        "NOTION_ROOT_PAGE_ID": "<notion_root_page_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y easy-notion-mcp
§02  Environment variables
NOTION_TOKEN
requiredsecret

Notion integration token

NOTION_ROOT_PAGE_ID

Default parent page ID for create_page (optional — falls back to workspace root in OAuth mode)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Productivity & Project Mgmt