# Replit MCP Node

> Access Replit MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `replitmcp_ask_question`
* `replitmcp_create_app_from_prompt`
* `replitmcp_list_apps`
* `replitmcp_replit_widget_get_auth_token`
* `replitmcp_replit_widget_get_preview_url`
* `replitmcp_replit_widget_start_app_preview`
* `replitmcp_resolve_app_by_name`
* `replitmcp_update_app_using_prompt`

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