Skip to content
Gemini CLI

better notion for Gemini CLI

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.

client:Gemini CLI transport:stdio runtime:npm

Install better notion in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "better-notion": {
      "command": "npx",
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "env": {
        "NOTION_API_KEY": "<NOTION_API_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

better notion in other clients