# Notion MCP Node

> Access Notion MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/notionmcp-node

## Content

## Description
Access Notion MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `notionmcp_notion-convert-page-to-skill`
* `notionmcp_notion-create-attachment`
* `notionmcp_notion-create-comment`
* `notionmcp_notion-create-database`
* `notionmcp_notion-create-file-upload`
* `notionmcp_notion-create-folder`
* `notionmcp_notion-create-pages`
* `notionmcp_notion-create-view`
* `notionmcp_notion-download-attachment`
* `notionmcp_notion-duplicate-page`
* `notionmcp_notion-fetch`
* `notionmcp_notion-get-async-task`
* `notionmcp_notion-get-comments`
* `notionmcp_notion-get-teams`
* `notionmcp_notion-get-users`
* `notionmcp_notion-list-favorite-pages`
* `notionmcp_notion-list-private-pages`
* `notionmcp_notion-list-recent-pages`
* `notionmcp_notion-list-shared-pages`
* `notionmcp_notion-move-pages`
* `notionmcp_notion-query-data-sources`
* `notionmcp_notion-query-meeting-notes`
* `notionmcp_notion-search`
* `notionmcp_notion-search-agents`
* `notionmcp_notion-update-data-source`
* `notionmcp_notion-update-folder`
* `notionmcp_notion-update-page`
* `notionmcp_notion-update-view`

## Use Cases
1. **Automate Notion MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.