MCP Server
MCP
io.github.misterwigglesworth/easy-notion
Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "easy-notion-mcp",
"version": "0.2.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Notion integration token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NOTION_TOKEN"
},
{
"description": "Default parent page ID for create_page (optional — falls back to workspace root in OAuth mode)",
"format": "string",
"name": "NOTION_ROOT_PAGE_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment