better notion for Cursor
io.github.ai-aviate/better-notion
Operate Notion with a single Markdown document — read, create, and update pages in one call.
client:Cursor
transport:stdio
runtime:npm
Install better notion in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"better-notion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"better-mcp-notion"
],
"env": {
"NOTION_API_KEY": "<NOTION_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs