Easy Notion runs on your own machine — the client starts it, so there is no endpoint to ping. 371 installs a week from npm. Last commit 28 Aug 2026.
Markdown-first Notion MCP server. ~6-7x fewer response tokens vs official Notion MCP. 43 tools.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
exec(cmd: string, args: string[]): Promise<{ code: number; stdout: string; stderr: string }>;
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add easy-notion -- npx -y easy-notion-mcp
{
"mcpServers": {
"easy-notion": {
"args": [
"-y",
"easy-notion-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.easy-notion]
command = "npx"
args = ["-y", "easy-notion-mcp"]
{
"mcpServers": {
"easy-notion": {
"args": [
"-y",
"easy-notion-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"easy-notion": {
"args": [
"-y",
"easy-notion-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
NOTION_TOKEN (Notion integration token), NOTION_ROOT_PAGE_ID (Default parent page ID for create_page (optional — falls back to workspace root in OAuth mode)).
The author declared them in the registry entry; get the values from the project itself.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Official Notion MCP server
Notion MCP server — search, export, and import pages as markdown
MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.
Local MCP server for Obsidian Desktop via the official Obsidian CLI.
Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.
Complete Obsidian vault MCP server. 35 tools: notes, search, graph, tags, canvas.
Guru MCP Server - Connect AI tools to your Guru knowledge base
Answers built from our own checks of this server.