Markdown-first Notion MCP server — 26 tools, 92% fewer tokens, full round-trip fidelity
Server Config
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "ntn_your_integration_token"
}
}
}
}