Odel
easy notion mcp

easy notion mcp

Local
@grey-iris50TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmeasy-notion-mcpv1.1.0

Run

npx -y easy-notion-mcp

MCP client config

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