← Back to Plugins
MCP Server MCP

io.github.shck-dev/notion-mcp

github By github 👁 1 views ▲ 0 votes

Notion MCP server — search, export, and import pages as markdown

Homepage Verified source GitHub

Install

npx -y @shck-dev/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@shck-dev/notion-mcp",
      "version": "0.5.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Notion token_v2 cookie value from browser DevTools",
          "isRequired": true,
          "isSecret": true,
          "name": "NOTION_TOKEN"
        },
        {
          "description": "Notion user ID from x-notion-active-user-header",
          "isRequired": true,
          "name": "NOTION_USER_ID"
        },
        {
          "description": "Notion workspace ID from API request body",
          "isRequired": true,
          "name": "NOTION_SPACE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...