Create, test, publish, and manage Dreamlit notification workflows from AI clients.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Dreamlit.
get_statusGet Dreamlit guidance, workspace context, project setup, schema hints, workflow state, and app URLs.
list_projectsFind accessible Dreamlit projects in the approved workspace.
list_workflowsFind workflows in a project by name, description, trigger type, and pagination.
list_brand_kitsFind saved brand kit ids and style summaries with pagination before applying one to generated email drafts.
get_workflow_and_preview_urlInspect a workflow draft and get the Dreamlit preview or builder URL before editing or publishing.
get_analyticsQuery bounded notification analytics, recipient engagement, and workflow run data with filters and cursor pagination.
Dreamlit MCP lets AI clients create, inspect, test, publish, unpublish, analyze, and style Dreamlit notification workflows.
Dreamlit is a database-driven notification workflow platform for Supabase and Postgres apps. Use this MCP server when you want an AI client to help build notification workflows from outcome-oriented prompts, review and publish them through Dreamlit, or answer bounded analytics questions about notification performance.
https://mcp.dreamlit.ai/mcpThis repository contains public setup docs and MCP registry metadata for Dreamlit's hosted remote MCP server. The production backend implementation is not open source.
Use your MCP client's remote server flow and enter:
The client should open a Dreamlit authorization page. Choose the workspace you want the AI client to access and approve the requested scopes.
To request every supported v1 scope explicitly:
Then choose Streamable HTTP and use:
Dreamlit exposes product-level workflow and analytics tools, not low-level graph editing or database APIs.
| Tool | Scope | Purpose |
|---|---|---|
get_status | workflows:read | Get Dreamlit guidance, workspace context, project setup, schema hints, workflow state, and app URLs. |
list_projects | workflows:read | Find accessible Dreamlit projects in the approved workspace. |
list_workflows | workflows:read | Find workflows in a project by name, description, trigger type, and pagination. |
list_brand_kits | workflows:read | Find saved brand kit ids and style summaries with pagination before applying one to generated email drafts. |
get_workflow_and_preview_url | workflows:read | Inspect a workflow draft and get the Dreamlit preview or builder URL before editing or publishing. |
get_analytics | analytics:read | Query bounded notification analytics, recipient engagement, and workflow run data with filters and cursor pagination. |
create_or_update_workflow | workflows:write | Create a new workflow draft or update an existing draft from a natural-language prompt. |
send_workflow_test | workflows:write | Confirm and send a draft email or Slack test without publishing the workflow. |
prepare_publish | workflows:publish | Validate a workflow before publishing and return confirmation fields. |
confirm_publish | workflows:publish | Publish or schedule a workflow after explicit user confirmation. |
unpublish_workflow | workflows:publish | Disable live triggers or schedules for a workflow. |
get_status first to understand the workspace, project setup, and prompting guidance.list_projects and list_workflows if the user names a project or workflow without IDs.list_brand_kits when the user wants a specific saved brand kit applied to generated email drafts.get_workflow_and_preview_url before editing an existing workflow.get_analytics for bounded analytics questions, filtering first and paginating with returned cursors for larger result sets.create_or_update_workflow to create or update a draft.prepare_publish followed by confirm_publish.Drafts are not live after authoring. Publishing is always a separate explicit step.
Ask for the outcome, not a workflow graph. Good prompts include:
Examples:
OAuth access is scoped to the workspace selected during authorization. Personal access tokens are project scoped and can be created from Dreamlit project settings.
Available scopes:
workflows:readworkflows:writeworkflows:publishanalytics:readUse the least privilege that fits the client. Read-only workflow and brand-kit clients should request only workflows:read; analytics clients should request analytics:read.
Dreamlit MCP can access workflow metadata, saved brand kit summaries, connected project context, and bounded analytics results needed to perform the requested actions. It does not require clients to send database credentials through MCP.
Analytics access is structured and paginated. Use filters and cursors for larger result sets; CSV exports and bulk dumps are not exposed through MCP.
Do not paste secrets, raw credentials, or private tokens into prompts. Use Dreamlit's app settings for integrations and credentials.
For support, contact support@dreamlit.ai.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dreamlit)<a href="https://allmcps.com/mcp/dreamlit"><img src="https://allmcps.com/api/badge/dreamlit?style=directory" alt="Dreamlit on AllMCPs" /></a>