demo.st
Click 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., "@demo.stReserve subdomain 'myapp' and upload site zip"
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.
demo.st
Demo stage for vibe-coded prototypes. Reserve a subdomain, publish from your agent via MCP, get a clean link like yourproject.demo.st. Static hosting only (Nginx; no PHP, no databases).
Site: https://demo.st
MCP endpoint: https://demo.st/mcp
Cursor plugin
This repo is a Cursor plugin. Install it from the Cursor Marketplace (after it’s published) or add the repo in Cursor to use the demo.st MCP server.
Getting your MCP token
Authenticated tools (reserve subdomain, upload zip, clear, release) require a Bearer token:
Sign in at https://demo.st (create an account if needed).
Open https://demo.st/api/mcp/token or the MCP page and copy the token.
Set it as an environment variable:
Windows (PowerShell):
$env:DEMO_ST_MCP_TOKEN = "your-token-here"macOS / Linux:
export DEMO_ST_MCP_TOKEN="your-token-here"Or add to your shell profile (
.bashrc,.zshrc) so Cursor picks it up.
Restart Cursor (or reload the window). The Agent can then use demo.st tools.
MCP tools
check_subdomain_availability— Check if a subdomain is available (no token).reserve_subdomain— Reserve a subdomain (token required).upload_site— Upload a .zip as site content; usezip_base64(easiest for agents) orfile_urlfor a public zip URL (token required).clear_site— Remove deployed content; subdomain stays reserved (token required).release_subdomain— Release your subdomain (token required).
Related MCP server: Hostsmith MCP Server
License
See LICENSE.
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
- AlicenseAqualityAmaintenanceEnables AI assistants to deploy static websites to the Demox platform with automatic directory packaging and cloud storage integration. It includes tools for managing deployments, such as listing, viewing, and deleting websites.Last updated7170MIT
- AlicenseAqualityAmaintenanceEnables AI agents to deploy static files and get live HTTPS URLs instantly, with support for custom domains and data residency.Last updated9142MIT
- Alicense-qualityBmaintenanceEnables AI agents to deploy static websites to StaticX, including creating sites, uploading builds, publishing releases, and managing domains.Last updated450MIT
- Flicense-qualityCmaintenanceEnables AI agents to edit and serve a static website via natural language, providing file management tools over MCP and HTTP hosting.Last updated
Related MCP Connectors
Host static HTML pages, generate PDFs, screenshots, scrape JS sites, run sandboxed JavaScript.
Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency.
Agent-native web hosting — deploy sites, manage DNS, register domains, scale infrastructure
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/demo-stage/demo.st'
If you have feedback or need assistance with the MCP directory API, please join our Discord server