{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.n24q02m/better-notion-mcp",
    "description": "Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.",
    "repository": {
        "url": "https://github.com/n24q02m/better-notion-mcp.git",
        "source": "github"
    },
    "version": "2.38.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@n24q02m/better-notion-mcp",
            "version": "2.38.0",
            "runtimeHint": "npx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Notion integration token. Create at https://www.notion.so/my-integrations",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "NOTION_TOKEN"
                }
            ]
        },
        {
            "registryType": "oci",
            "identifier": "docker.io/n24q02m/better-notion-mcp:latest",
            "runtimeHint": "docker",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Notion integration token. Create at https://www.notion.so/my-integrations",
                    "isRequired": true,
                    "isSecret": true,
                    "name": "NOTION_TOKEN"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://notion.n24q02m.com/mcp"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-18T09:37:26.976677Z",
            "publishedAt": "2026-07-18T09:37:26.976677Z",
            "updatedAt": "2026-07-18T09:37:26.976677Z",
            "isLatest": true
        }
    }
}