Easy Notion MCP Server

Markdown-first MCP server that connects AI agents to Notion. Agents write markdown - easy-notion-mcp converts it to Notion's block API and back again. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 50 · #18 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Easy Notion

before you install - you'll need

Set NOTION_TOKEN, NOTION_WORK_READONLY, NOTION_WORK_WRITE before connecting. NOTION_ROOT_PAGE_ID, NOTION_MCP_BEARER, NOTION_MCP_BIND_HOST are optional or environment-specific per the README.

Claude Code

claude mcp add grey-iris-easy-notion-mcp -- npx -y easy-notion-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "grey-iris-easy-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "easy-notion-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package easy-notion-mcp - unscoped; check the name against the project README before installing

registry registry publisher io.github.misterwigglesworth is not the repo owner (grey-iris) - the registry entry was published by someone else

03 · What Easy Notion can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.1 · 2026-06-26

[1.0.1] - 2026-06-25 · Security · Production transitive dependency vulnerabilities cleared. Pinned patched · hono (^4.12.27) and qs (^6.15.3) via package.json overrides to · resolve 6 production transitive…

v1.0.0 · 2026-06-24

v0.10.1 · 2026-06-15

Security · Fixes an OAuth refresh-token-replay vulnerability in HTTP OAuth mode. The access-token verification path (verifyAccessToken) accepted a refresh token presented as a /mcp bearer, and since refresh tokens…

04 · Who maintains Easy Notion

easy-notion is maintained by grey-iris. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
productivity - ranked #18 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-06-26)
registry
io.github.misterwigglesworth/easy-notion (active, first published 2026-03-20 · 2 versions)
packages
npm:easy-notion-mcp

06 · Easy Notion FAQ

What is Easy Notion?

Markdown-first MCP server that connects AI agents to Notion. Agents write markdown - easy-notion-mcp converts it to Notion's block API and back again. It runs locally over stdio via the published package.

Is Easy Notion still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Easy Notion?

Run `npx -y easy-notion-mcp`. The README documents 6 environment variables (NOTION_TOKEN, NOTION_ROOT_PAGE_ID, NOTION_WORK_READONLY…) to set first. Set NOTION_TOKEN, NOTION_WORK_READONLY, NOTION_WORK_WRITE before connecting. NOTION_ROOT_PAGE_ID, NOTION_MCP_BEARER, NOTION_MCP_BIND_HOST are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Easy Notion run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Easy Notion

More productivity MCP servers · Kanera · Hebcal · Airmcp · Intervals Icu MCP · Hint Services Obsidian GitHub MCP

More TypeScript MCP servers · Grid Proof · MAL MCP Server · Steam MCP Server · TMDB MCP Server · Grovs · see all