Markdown-first Notion MCP server — 26 tools, 92% fewer tokens, full round-trip fidelity
Tools
create_page
append_content
replace_content
update_section
find_replace
read_page
duplicate_page
update_page
archive_page
search
list_pages
share_page
create_database
get_database
list_databases
query_database
add_database_entry
add_database_entries
update_database_entry
list_comments
add_comment
move_page
restore_page
delete_database_entry
list_users
get_me
Server Config
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"easy-notion-mcp"
],
"env": {
"NOTION_TOKEN": "ntn_your_integration_token"
}
}
}
}