← Back to Plugins
MCP Server MCP

io.github.awkoy/notion-mcp-server

github By github 👁 1 views ▲ 0 votes

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "notion-mcp-server",
      "version": "2.13.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Notion Personal Access Token (ntn_...) or Internal Integration Secret. Create at https://app.notion.com/developers/tokens",
          "isRequired": true,
          "isSecret": true,
          "name": "NOTION_TOKEN"
        },
        {
          "description": "Optional default parent page ID used by create_page / create_database when no parent is passed.",
          "name": "NOTION_PAGE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...