Easy Notion
Rank #3,064io.github.misterwigglesworth/easy-notion
Markdown-first Notion MCP server — 92% fewer tokens, 26 tools, round-trip fidelity.
Easy Notion is a Model Context Protocol (MCP) server published by grey-iris. It ranks #3,064 of 132,046 servers tracked on MCP Toplist, and its repository has 51 GitHub stars. Easy Notion is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 128,982 of 132,046 servers on MCP Toplist.
Use Easy Notion
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add easy-notion -e "NOTION_TOKEN=<your NOTION_TOKEN>" -e "NOTION_ROOT_PAGE_ID=<your NOTION_ROOT_PAGE_ID>" -- npx -y easy-notion-mcpReplace each placeholder with your own value before saving.
[mcp_servers.easy-notion]
command = "npx"
args = ["-y", "easy-notion-mcp"]
[mcp_servers.easy-notion.env]
NOTION_TOKEN = "<your NOTION_TOKEN>"
NOTION_ROOT_PAGE_ID = "<your NOTION_ROOT_PAGE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>",
"NOTION_ROOT_PAGE_ID": "<your NOTION_ROOT_PAGE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>",
"NOTION_ROOT_PAGE_ID": "<your NOTION_ROOT_PAGE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"easy-notion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>",
"NOTION_ROOT_PAGE_ID": "<your NOTION_ROOT_PAGE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>",
"NOTION_ROOT_PAGE_ID": "<your NOTION_ROOT_PAGE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"easy-notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<your NOTION_TOKEN>",
"NOTION_ROOT_PAGE_ID": "<your NOTION_ROOT_PAGE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.misterwigglesworth%2Feasy-notion)<a href="https://mcptoplist.com/server/io.github.misterwigglesworth%2Feasy-notion"><img src="https://mcptoplist.com/badge/io.github.misterwigglesworth%2Feasy-notion.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
grey-iris
Available versions (4)
| Version | Published |
|---|---|
| 1.1.0 | Aug 28, 2026 |
| 0.2.3 | Mar 26, 2026 |
| 0.2.2 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Easy Notion?
- Easy Notion is maintained by grey-iris, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Easy Notion listed on the Official MCP Registry?
- Yes — Easy Notion is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Easy Notion have?
- MCP Toplist tracks 4 versions of Easy Notion, most recently published on Aug 28, 2026.
- Where can I find the source code for Easy Notion?
- The source code for Easy Notion is hosted at github.com/grey-iris/easy-notion-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.