better notion mcp for Cursor
io.github.n24q02m/better-notion-mcp
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
client:Cursor
transport:stdio
runtime:npm
Install better notion mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"better-notion-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n24q02m/better-notion-mcp"
],
"env": {
"NOTION_TOKEN": "<NOTION_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs