MCP Directory

n24q02m/better-notion-mcp

GitHub
Other

Markdown-first Notion MCP server with 9 composite tools and 39 actions. ~77% token reduction via tiered docs. Auto-pagination and bulk operations.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y better-notion-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from n24q02m/better-notion-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route n24q02m/better-notion-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add better-notion-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use n24q02m/better-notion-mcp directly without routing

npx -y better-notion-mcp

New to Agent-CoreX? View setup guide →

n24q02m/better-notion-mcp MCP Server — Agent-CoreX