Back to Browse

Easy Notion MCP Server

ProductivityModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

easy-notion-mcp is a well-structured Notion integration server with appropriate authentication, reasonable permissions, and generally secure patterns. The codebase demonstrates careful handling of sensitive data (tokens via environment variables, not hardcoded), prompt-injection defenses, and URL sanitization. Minor code quality concerns around broad error handling and incomplete input validation in a few areas do not significantly impact security posture. Permissions align well with the server's purpose as a Notion connector. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Notion integration tokenRequired

Environment variable: NOTION_TOKEN

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

Environment variable: NOTION_ROOT_PAGE_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-misterwigglesworth-easy-notion": {
      "env": {
        "NOTION_TOKEN": "your-notion-token-here",
        "NOTION_ROOT_PAGE_ID": "your-notion-root-page-id-here"
      },
      "args": [
        "-y",
        "easy-notion-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Easy Notion MCP Server - Markdown-first Notion MCP server — 92% fewer tokens, 26 | MCP Marketplace