Skip to content
Cursor

easy notion for Cursor

io.github.misterwigglesworth/easy-notion

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

client:Cursor transport:stdio runtime:npm

Install easy notion in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "easy-notion": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "easy-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<NOTION_TOKEN>",
        "NOTION_ROOT_PAGE_ID": "<NOTION_ROOT_PAGE_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

easy notion in other clients