← Index

io.github.ai-aviate/better-notion

io.github.ai-aviate/better-notion·v0.3.2·Productivity & Project Mgmt
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "better-notion": {
      "command": "npx",
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "env": {
        "NOTION_API_KEY": "<your-notion_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "better-notion": {
      "command": "npx",
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "env": {
        "NOTION_API_KEY": "<your-notion_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y better-mcp-notion
§02  Environment variables
NOTION_API_KEY
requiredsecret

Notion API key (starts with ntn_)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Productivity & Project Mgmt