← Back to Plugins
MCP Server MCP

io.github.n24q02m/better-notion-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @n24q02m/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://notion.n24q02m.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@n24q02m/better-notion-mcp",
      "version": "2.39.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"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm oci

Comments

Sign in to leave a comment

Loading comments...