better notion for Windsurf
io.github.ai-aviate/better-notion
Operate Notion with a single Markdown document — read, create, and update pages in one call.
client:Windsurf
transport:stdio
runtime:npm
Install better notion in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"better-notion": {
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
],
"env": {
"NOTION_API_KEY": "<NOTION_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs