# Dreamlit MCP server

Create, test, publish, and manage Dreamlit notification workflows from AI clients.

## Links
- Registry page: https://www.getdrio.com/mcp/ai-dreamlit-mcp
- Repository: https://github.com/dreamlit-ai/dreamlit-mcp

## Install
- Endpoint: https://mcp.dreamlit.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.dreamlit.ai/mcp

## Tools
- get_status (Get status) - Read-only. Use first when the agent needs Dreamlit product guidance, prompting guidance, approved workspace context, project setup, schema hints, workflow state, or relevant app URLs. Returns a compact context pack with concepts, recommended tool flow, actor/workspace/project data, optional authoring context, optional workflow context, and appUrls. Do not use this to create, update, publish, or unpublish workflows. Endpoint: https://mcp.dreamlit.ai/mcp
- create_or_update_workflow (Create or update workflow) - Creates a new Dreamlit workflow draft or updates an existing draft from an outcome-oriented natural-language prompt. Use after get_status; use get_workflow_and_preview_url first when editing an existing workflow. Existing Supabase Auth workflows can be edited except for the immutable trigger step; creating Supabase Auth workflows must happen through Supabase Auth email setup in the Dreamlit web app. Side effect: may create or modify a draft, but does not publish or install live triggers. Returns the workflow/draft result, action-required or handoff details when more input is needed, and relevant app URLs. Do not use for publishing, direct database changes, or low-level graph edits. Endpoint: https://mcp.dreamlit.ai/mcp
- list_projects (List projects) - Read-only. Use when the target project is unknown or the user names a project instead of providing an id. Returns accessible Dreamlit projects in the approved workspace with project and workflow-list URLs. Do not use to inspect workflow structure or author changes. Endpoint: https://mcp.dreamlit.ai/mcp
- list_workflows (List workflows) - Read-only. Use to find workflows in a project by name, description, or trigger type before inspection or editing. Trigger filters include database, auth email, repeating, broadcast, and no-trigger workflows. Returns paginated workflow summaries, published/sandbox state, trigger type, workflow URLs, totalCount, hasMore, and nextOffset. Do not use as the final source of truth before editing; call get_workflow_and_preview_url for full structure. Endpoint: https://mcp.dreamlit.ai/mcp
- list_brand_kits (List brand kits) - Read-only. Use when the user wants a specific saved brand kit applied to generated email drafts. Returns paginated project brand kit summaries, ids for create_or_update_workflow brandKitId, default status, style metadata, and app URLs. Do not use to create, update, delete, or expose raw brand kit templates. Endpoint: https://mcp.dreamlit.ai/mcp
- get_workflow_and_preview_url (Get workflow and preview URL) - Read-only. Use before editing, verifying, or preparing publish for an existing workflow. Returns normalized draft and published workflow structure plus the Dreamlit preview/builder URL and status URLs. Do not use to create, update, publish, or unpublish workflows. Endpoint: https://mcp.dreamlit.ai/mcp
- get_analytics (Get analytics) - Read-only. Use to query Dreamlit analytics for overview metrics, notification rows, recipient engagement, or workflow run rows with filters, sorting, and cursor pagination. Returns bounded structured analytics data, effective query metadata, pagination details when rows are included, and relevant app URLs. Do not use for CSV exports, bulk dumps, workflow edits, publishing, or low-level database access. Endpoint: https://mcp.dreamlit.ai/mcp
- send_workflow_test (Send workflow test) - Side effect when confirmSend is true: sends one current draft email or Slack message for review, but does not publish, schedule, or edit the workflow. Use after authoring or inspection when the user wants to verify an important message before publishing. Returns sent-test details, app URLs, a confirmation request, or a clarification request with user-facing message choices. Do not expose test target ids as copy; ask users to choose by message label and confirm before sending. Endpoint: https://mcp.dreamlit.ai/mcp
- prepare_publish (Prepare publish) - Read-only validation step before publishing. Use after the user asks to publish and after inspecting the workflow if needed. Returns validation status, publish mode, preview URL, and a confirmation payload with version/timestamp safety checks for confirm_publish. Does not publish or schedule anything by itself. Endpoint: https://mcp.dreamlit.ai/mcp
- confirm_publish (Confirm publish) - Use only after explicit user confirmation and a prior prepare_publish result to publish or schedule a Dreamlit workflow. Side effect: installs live database/repeating/auth triggers, schedules or sends broadcasts, and may enable notification delivery; sandbox mode can hold notifications for inspection. Returns the published workflow status and app URLs. Do not call speculatively or without carrying forward the prepare_publish safety fields. Endpoint: https://mcp.dreamlit.ai/mcp
- unpublish_workflow (Unpublish workflow) - Use after explicit user intent to unpublish a Dreamlit workflow. Side effect: disables live triggers or schedules for that workflow and stops future automated sends. Returns updated workflow status and app URLs. Do not use for deleting drafts, canceling one broadcast run, or editing workflow content. Endpoint: https://mcp.dreamlit.ai/mcp

## Resources
- dreamlit://mcp/guide - Dreamlit MCP Guide High-level guidance for prompting Dreamlit and using the Dreamlit MCP tools. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: ai.dreamlit
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 7, 2026
- Source: https://registry.modelcontextprotocol.io
