Operate Notion with a single Markdown document — read, create, and update pages in one call.
claude mcp add better-notion -- npx -y better-mcp-notion
claude_desktop_config.json
{
"mcpServers": {
"better-notion": {
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"better-notion": {
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"better-notion": {
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"better-notion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"better-notion": {
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ai-aviate--better-notion/reviews or the review_server meta-tool.
POST /mcp