PluginBench
MCP Server

io.github.n24q02m/better-notion-mcp MCP Server

io.github.n24q02m/better-notion-mcp

What is the io.github.n24q02m/better-notion-mcp MCP server?

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

How to install io.github.n24q02m/better-notion-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • NOTION_TOKEN
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "better-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<YOUR_NOTION_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "better-notion-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@n24q02m/better-notion-mcp"
      ],
      "env": {
        "NOTION_TOKEN": "<YOUR_NOTION_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add better-notion-mcp --env NOTION_TOKEN=<YOUR_NOTION_TOKEN> -- npx -y @n24q02m/better-notion-mcp

Related MCP servers

Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings

View repository →

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

View repository →

MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.

View repository →

Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.

View repository →

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

View repository →

Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync.

View repository →