# Whimsical MCP Node

> Access Whimsical MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `whimsicalmcp_auto_layout`
* `whimsicalmcp_comment_edit`
* `whimsicalmcp_comment_read`
* `whimsicalmcp_create`
* `whimsicalmcp_delete`
* `whimsicalmcp_doc_create`
* `whimsicalmcp_edit`
* `whimsicalmcp_fetch`
* `whimsicalmcp_file_tree`
* `whimsicalmcp_generate_diagram`
* `whimsicalmcp_generate_mind_map`
* `whimsicalmcp_generate_wireframe`
* `whimsicalmcp_get_board_items`
* `whimsicalmcp_get_theme_data`
* `whimsicalmcp_how_to`
* `whimsicalmcp_list_workspaces`
* `whimsicalmcp_search`
* `whimsicalmcp_wireframe_edit`

## Use Cases
1. **Automate Whimsical 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.