← Back to Plugins
MCP Server MCP

io.github.ai-aviate/better-notion

github By github 👁 1 views ▲ 0 votes

Operate Notion with a single Markdown document — read, create, and update pages in one call.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "better-mcp-notion",
      "version": "0.3.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Notion API key (starts with ntn_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NOTION_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...