$ timeahead.in
mcp/n24q02mbetter-notion-mcp/install/claude-desktop

install @n24q02m/better-notion-mcp on Claude Desktop

Requires Node 18+ on your system so npx can fetch the package on first run. Claude Desktop only speaks stdio locally; HTTP servers are wrapped via npx mcp-remote automatically. Paste the config below, then follow the reload step to register @n24q02m/better-notion-mcp.

paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "npx",
      "args": [
        "--yes",
        "@n24q02m/better-notion-mcp@latest"
      ],
      "env": {
        "NOTION_TOKEN": "ntn_your_token_here"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
other clients
CursorWindsurfVS Code (Copilot)Claude Code
← back to @n24q02m/better-notion-mcp
Install @n24q02m/better-notion-mcp MCP Server on Claude Desktop | Timeahead