Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. DreamAgent
D
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

DreamAgent

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Build and deploy websites, Telegram and Discord bots from chat via the DreamAgent platform.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "dreamagent": {
      "command": "npx",
      "args": [
        "-y",
        "dreamagent"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

DreamAgent MCP

Turn natural-language requests into deployed applications.

Connect ChatGPT, Claude, or any MCP client to DreamAgent β€” build websites, Telegram bots, Discord bots and schedulers from a conversation, watch them go live, then keep iterating.

streamable-http Β· OAuth 2.1 + PKCE Β· 10 tools Β· Python / FastMCP


What DreamAgent does

DreamAgent is an AI app-builder platform: you describe what you want, its agent writes the code, runs the tests, rebuilds, redeploys to production and commits to git β€” automatically. This MCP server exposes that power to your AI chat, so:

You: "Create a Telegram bot called WeatherBot β€” token 123:ABC β€” it replies with the weather when I send a city name."

ChatGPT: creates it β†’ polls β†’ "WeatherBot is live."

You: "Add a /forecast command for 5-day forecasts."

ChatGPT: sends the edit β†’ the agent codes, tests, redeploys β†’ done.

Tools

ToolWhat it does
dreamagent_list_projectsList your projects (id, type, status, domain)
dreamagent_create_projectCreate a website / Telegram bot / Discord bot / scheduler
dreamagent_get_project_statusPoll a build until ready / failed
dreamagent_chatSend a build/edit/debug instruction to the project's AI agent
dreamagent_get_chat_statusPoll an edit run (incremental output)
dreamagent_get_edit_progressEdit progress by project β€” no session key needed
dreamagent_list_sessionsList conversation threads per project
dreamagent_create_sessionStart a fresh topic thread
dreamagent_cancel_chatCancel a running edit
dreamagent_release_project_lockLast-resort unlock (confirm first)

Long operations are submit-then-poll β€” create β†’ poll status, edit β†’ poll progress. The agent handles code, tests, rebuild, redeploy and git commits by itself; prompts only describe the change.

Connect β€” ChatGPT

With the official app (recommended): find DreamAgent in the ChatGPT app directory β†’ Connect β†’ sign in with your DreamAgent account (email or Google).

As a custom connector:

  1. In DreamAgent β†’ Settings β†’ Connect to ChatGPT β†’ Create Key β†’ copy the full URL (it contains your key)
  2. ChatGPT β†’ Settings β†’ Apps & Connectors β†’ Advanced β†’ Add custom connector
  3. Paste the URL as the MCP Server URL, choose OAuth (or No authentication β€” the key rides in the URL), save
  4. Ask: "Show my DreamAgent projects"

Connect β€” Claude

Claude β†’ Settings β†’ Connectors β†’ Add custom connector:

  • Name: DreamAgent
  • Remote MCP server URL: https://mcp.dreamagent.cloud/mcp
  • OAuth: leave empty β€” Claude auto-discovers it

Click Connect, sign in with DreamAgent, done.

Connect β€” any MCP client

config.json
{
  "mcpServers": {
    "dreamagent": {
      "type": "streamable_http",
      "url": "https://mcp.dreamagent.cloud/mcp"
    }
  }
}

Auth is OAuth 2.1 (authorization-code + PKCE, RFC 7591 dynamic registration) β€” or pass a DreamAgent API key as Authorization: Bearer da_... / ?key=da_....

Example prompts

  • "Show my DreamAgent projects"
  • "Create a Discord bot called PriceBot β€” token <from Discord dev portal> β€” it shows crypto prices with /price and /top commands"
  • "Is my website finished building?"
  • "My crypto bot stopped replying β€” what's wrong?" (edits start with the agent reading the project logs)
  • "Add a dark-mode toggle to my documentation site"
  • "Roll back yesterday's dashboard change" (via chat)
  • "How many AI credits do I have left?"

How it works

Code
ChatGPT / Claude / Glama
   β”‚  MCP (streamable HTTP) + OAuth 2.1
   β–Ό
mcp.dreamagent.cloud ── this server (FastMCP)
   β”‚  per-request Bearer = the user's own DreamAgent API key
   β–Ό
api.dreamagent.cloud ── DreamAgent platform
   └── agent writes code β†’ tests β†’ rebuild β†’ deploy β†’ git commit

Every request runs as the connected user β€” DreamAgent's ownership checks, plan limits and AI-credit billing apply exactly as in the dashboard.

Security & privacy

  • Your key, your account. OAuth issues a revocable DreamAgent API key (da_...) at connect time β€” visible and revocable any time in Settings β†’ Connect to ChatGPT. Revoking disconnects that client instantly; other clients keep working.
  • OAuth done right. Authorization-code + PKCE (S256) mandatory, single-use 120-second codes, redirect-URI allowlists (loopback per RFC 8252), login rate-limiting, secrets validated when presented. Client registrations persist across restarts.
  • No secrets in chat. Bot tokens for Telegram/Discord travel over HTTPS to DreamAgent and are stored server-side as project env vars β€” the same as the dashboard's create dialog. The MCP server never logs credentials.
  • Tokens are never stored by this server β€” it forwards the caller's own Bearer per request and keeps no database.

Privacy: dreamagent.cloud/privacy Β· Terms: dreamagent.cloud/terms

Screenshots

Code
Coming soon β€” a GIF of "Create a Telegram bot" end-to-end from ChatGPT.

Self-hosting / development

The hosted endpoint (mcp.dreamagent.cloud) is the easiest way to connect. To run your own:

bash
git clone https://github.com/nivethaug/dreamagent-mcp-server
cd dreamagent-mcp-server
pip install -r requirements.txt
cp .env.example .env          # optional: your account for local stdio mode
python server.py              # stdio
python server.py --http --port 8800   # remote MCP (put behind HTTPS)

Three modes of authentication, in priority order per request:

  1. Authorization: Bearer da_... header (OAuth clients / API clients)
  2. ?key=da_... URL parameter (NoAuth custom connectors)
  3. DREAMAGENT_EMAIL / DREAMAGENT_PASSWORD env (personal self-host)

Layout: server.py (tools) Β· oauth.py (OAuth 2.1 provider: /register, /authorize, /token, /.well-known/*) Β· dreamagent_client.py (API client) Β· auth.py (login mode) Β· plugin/ (Codex plugin package).

OAuth client registrations persist in oauth_clients.json; extend trusted gateway callbacks via TRUSTED_OAUTH_REDIRECTS.

Links

  • DreamAgent β€” dreamagent.cloud
  • Documentation β€” dreamagent.cloud/documentation
  • Help & Support β€” dreamagent.cloud/help
  • Support β€” support@dreamagent.cloud

License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • FlowCastle logoFlowCastle

    Build, edit, and deploy Telegram bots on FlowCastle's hosted visual flow platform.

    πŸ’¬ Communication1 views
    Compare vs FlowCastle β†’
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • SenderKit logoSenderKit

    Build and send email, SMS, and push straight from your AI agent.

    πŸ’¬ Communication2 views
    Compare vs SenderKit β†’
  • Discord Node MCP logoDiscord Node MCP

    MCP server for controlling Discord servers via bot token

    πŸ’¬ Communication2 views
    Compare vs Discord Node MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about DreamAgent

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dreamagent": { "command": "npx", "args": ["-y", "DreamAgent"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDreamAgent AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dreamagent?style=directory)](https://allmcps.com/mcp/dreamagent)
HTML Embed
<a href="https://allmcps.com/mcp/dreamagent"><img src="https://allmcps.com/api/badge/dreamagent?style=directory" alt="DreamAgent on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to DreamAgent β†’Install in Claude DesktopInstall in CursorInstall in VS Code