← Index

io.github.n24q02m/better-notion-mcp

io.github.n24q02m/better-notion-mcp·v2.30.6·Productivity & Project Mgmt
Quality Score
85
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://better-notion-mcp.n24q02m.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @n24q02m/better-notion-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/n24q02m/better-notion-mcp:latest"
      ],
      "env": {
        "NOTION_TOKEN": "<your-notion_token>"
      }
    }
  }
}
§02  Environment variables
NOTION_TOKEN
requiredsecret

Notion integration token. Create at https://www.notion.so/my-integrations

NOTION_TOKEN
requiredsecret

Notion integration token. Create at https://www.notion.so/my-integrations

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