io.github.misterwigglesworth/easy-notion
Quality Score
80
/100
Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>",
"NOTION_ROOT_PAGE_ID": "<notion_root_page_id>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your-notion_token>",
"NOTION_ROOT_PAGE_ID": "<notion_root_page_id>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y easy-notion-mcp§02 Environment variables
NOTION_TOKENrequiredsecret
Notion integration token
NOTION_ROOT_PAGE_IDDefault parent page ID for create_page (optional — falls back to workspace root in OAuth mode)
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Productivity & Project Mgmt
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
ai.smithery/Aman-Amith-Shastry-scientific_computation_mcp
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
ai.smithery/mrugankpednekar-mcp-optimizer
ai.smithery/mrugankpednekar-mcp-optimizer
Optimize crew and workforce schedules, resource allocation, and routing with linear and mixed-inte…
ai.smithery/smithery-notion
ai.smithery/smithery-notion
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…