Skip to content
Cline

better notion mcp for Cline

io.github.n24q02m/better-notion-mcp

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

client:Cline transport:stdio runtime:npm

Install better notion mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<NOTION_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

better notion mcp in other clients