# Excalidraw MCP Node

> Access Excalidraw MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `excalidrawmcp_create_collection`
* `excalidrawmcp_create_collection_scene`
* `excalidrawmcp_create_email_invite`
* `excalidrawmcp_create_invite_link`
* `excalidrawmcp_create_scene`
* `excalidrawmcp_delete_collection`
* `excalidrawmcp_delete_invite`
* `excalidrawmcp_edit_scene_content`
* `excalidrawmcp_get_collection`
* `excalidrawmcp_get_invite`
* `excalidrawmcp_get_scene`
* `excalidrawmcp_get_scene_content`
* `excalidrawmcp_get_workspace`
* `excalidrawmcp_get_workspace_user`
* `excalidrawmcp_list_collection_scenes`
* `excalidrawmcp_list_collections`
* `excalidrawmcp_list_invites`
* `excalidrawmcp_list_logs`
* `excalidrawmcp_list_scenes`
* `excalidrawmcp_list_workspace_users`
* `excalidrawmcp_read_excalidraw_format`
* `excalidrawmcp_remove_workspace_user`
* `excalidrawmcp_search_scene_content`
* `excalidrawmcp_take_screenshot`
* `excalidrawmcp_update_collection`
* `excalidrawmcp_update_invite`
* `excalidrawmcp_update_scene`
* `excalidrawmcp_update_workspace`
* `excalidrawmcp_update_workspace_user`

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