Skip to content
Cursor

notion for Cursor

com.mcparmory/notion

Create, update, and manage pages, databases, and workspace users

client:Cursor transport:stdio runtime:pypi

Install notion in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "notion": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-notion"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

notion in other clients