Dreamlit MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dreamlit MCPCreate a Slack alert for new signups."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dreamlit MCP
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.
Server
Production MCP URL:
https://mcp.dreamlit.ai/mcpTransport: Streamable HTTP
Authentication: OAuth, with personal access token fallback for clients that do not support OAuth
This repository contains public setup docs and MCP registry metadata for Dreamlit's hosted remote MCP server. The production backend implementation is not open source.
Related MCP server: ComfyUI MCP Server
Quick Start
Use your MCP client's remote server flow and enter:
https://mcp.dreamlit.ai/mcpThe client should open a Dreamlit authorization page. Choose the workspace you want the AI client to access and approve the requested scopes.
Codex CLI
codex mcp add dreamlit --url https://mcp.dreamlit.ai/mcp
codex mcp login dreamlitTo request every supported v1 scope explicitly:
codex mcp login dreamlit --scopes workflows:read,workflows:write,workflows:publish,analytics:readMCP Inspector
npx @modelcontextprotocol/inspectorThen choose Streamable HTTP and use:
https://mcp.dreamlit.ai/mcpTools
Dreamlit exposes product-level workflow and analytics tools, not low-level graph editing or database APIs.
Tool | Scope | Purpose |
|
| Get Dreamlit guidance, workspace context, project setup, schema hints, workflow state, and app URLs. |
|
| Find accessible Dreamlit projects in the approved workspace. |
|
| Find workflows in a project by name, description, trigger type, and pagination. |
|
| Find saved brand kit ids and style summaries with pagination before applying one to generated email drafts. |
|
| Inspect a workflow draft and get the Dreamlit preview or builder URL before editing or publishing. |
|
| Query bounded notification analytics, recipient engagement, and workflow run data with filters and cursor pagination. |
|
| Create a new workflow draft or update an existing draft from a natural-language prompt. |
|
| Confirm and send a draft email or Slack test without publishing the workflow. |
|
| Validate a workflow before publishing and return confirmation fields. |
|
| Publish or schedule a workflow after explicit user confirmation. |
|
| Disable live triggers or schedules for a workflow. |
Recommended Flow
Call
get_statusfirst to understand the workspace, project setup, and prompting guidance.Use
list_projectsandlist_workflowsif the user names a project or workflow without IDs.Use
list_brand_kitswhen the user wants a specific saved brand kit applied to generated email drafts.Use
get_workflow_and_preview_urlbefore editing an existing workflow.Use
get_analyticsfor bounded analytics questions, filtering first and paginating with returned cursors for larger result sets.Use
create_or_update_workflowto create or update a draft.Open the returned preview or builder URL and send workflow tests for important email or Slack messages.
Publish only after explicit user confirmation, using
prepare_publishfollowed byconfirm_publish.
Drafts are not live after authoring. Publishing is always a separate explicit step.
Prompting Tips
Ask for the outcome, not a workflow graph. Good prompts include:
The event or schedule that should start the workflow.
The audience or recipient.
The message goal and tone.
The data needed for personalization.
Timing, timezone, and business rules.
Whether recipients should be able to unsubscribe.
Examples:
When a new organization row is inserted, send an internal Slack alert with the organization name, owner email, and plan.Every Monday at 9 AM America/New_York, send admins a weekly usage digest summarizing active users, failed payments, and new signups.Tomorrow at 10 AM, announce the launch to active users who opted into product updates. Include unsubscribe.Access Model
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:read
Use 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.
Data Handling
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.
Support
For support, contact support@dreamlit.ai.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceEnables AI agents to create, retrieve, update, and manage n8n workflows through the n8n API. Supports full workflow lifecycle management including activation, deactivation, and deletion operations.Last updated3917MIT
- FlicenseBqualityDmaintenanceEnables orchestration of ComfyUI workflows through natural language by discovering workflow templates, applying mutations, and submitting prompts to running ComfyUI instances. Provides asset validation and lightweight tooling for AI image generation experimentation.Last updated3
- Alicense-qualityDmaintenanceEnables AI models to manage n8n workflow automation through a standardized interface. Supports creating, reading, updating, and deleting workflows with comprehensive access to workflow nodes, connections, and configurations.Last updated29MIT
- AlicenseAqualityCmaintenanceManage your entire notification infrastructure using natural language. Trigger workflows, create users, manage preferences, update tenant branding, and access docs — all from Cursor, Claude Desktop, or Windsurf. 24 tools covering email, SMS, push, WhatsApp, Slack, MS Teams, and in-app notifications.Last updated2212MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
AI-powered design and management for Webflow Sites
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dreamlit-ai/dreamlit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server