Grey-Iris/easy-notion-mcp
Markdown-first Notion MCP server — 26 tools, 92% fewer tokens, full round-trip fidelity
Platform-specific configuration:
{
"mcpServers": {
"easy-notion-mcp": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
Markdown-first MCP server that connects AI agents to Notion.<br> Agents write markdown — easy-notion-mcp converts it to Notion's block API and back again.
26 tools · 25 block types · 92% fewer tokens vs official Notion MCP · Full round-trip fidelity
[](https://www.npmjs.com/package/easy-notion-mcp) [](LICENSE) [](package.json)
npx easy-notion-mcp[See it in action →](https://www.notion.so/easy-notion-mcp-327be876242f817f9129ff1a5a624814) Live Notion page created and managed entirely through easy-notion-mcp.
</div>
---
Contents: Comparison · Setup · Why markdown · How it works · Tools · Block types · Round-trip · Databases · Config · Security · FAQ
| Feature | easy-notion-mcp | Official Notion MCP (npm) | better-notion-mcp | |---|---|---|---| | Content format | ✅ Standard GFM markdown | ❌ Raw Notion API JSON | ⚠️ Markdown (limited block types) | | Block types | ✅ 25 (toggles, columns, callouts, equations, embeds, tables, file uploads, task lists) | ⚠️ All (as raw JSON) | ⚠️ ~7 (headings, paragraphs, lists, code, quotes, dividers) | | Round-trip fidelity | ✅ Full — read markdown, modify, write back | ❌ Raw JSON requires block reconstruction | ⚠️ Unsupported
Loading reviews...