AI that explains itself beautifully.
Hosted live. Nothing on your machine.
Your agent answers with a live, hosted page — not a local file, not a wall of text. Diffs, diagrams, plans, dashboards you can actually open, share, and revisit.
{
"mcpServers": {
"htmly": {
"url": "https://html.shloksheth.tech/mcp"
}
}
}In simple words
Your AI agent doesn't just describe changes — it builds a hosted page you can open in your browser. No local files, no clutter — just a live link with everything laid out visually.
Push-to-visualize
Your agent sends a bundle of HTML/CSS/JS through one tool - htmly - and gets back a live URL instantly.
Multi-file projects
Full project structures are supported: index.html, styles.css, app.js and more, written in parallel for speed.
Isolated workspaces
Every request gets its own cryptographically unique workspace, so previews never collide.
Zero install, remote-first
Built on remote MCP transport. No package to download, no local process - just point your client at the URL.
How it works
Three steps from connecting the server to a live page.
Connect Htmly
Add the MCP endpoint to your AI client using any of the methods above. Takes about a minute.
Ask for a visual
Tell your agent what you want to see — "show me this data as a dashboard" — and it writes the HTML.
Open the live link
Htmly hosts the result and hands your agent a real URL. Click it and the page is already live.
Add Htmly your way
Same one-line endpoint, five different clients. Pick yours, copy the config, and you're connected.
Or just tell your agent:
“Add https://html.shloksheth.tech/mcp as an MCP server”
Open Settings → Developer → Edit Config, then add Htmly to your mcpServers and restart the app.
{
"mcpServers": {
"htmly": {
"url": "https://html.shloksheth.tech/mcp"
}
}
}Frequently asked
MCP (Model Context Protocol) is an open standard that lets AI assistants use external tools. Htmly exposes one tool, htmly, which turns code your AI writes into a hosted web page.
Give your AI a place to render.
Copy the endpoint, drop it into your client, and your next prompt can come back as a live web page.
https://html.shloksheth.tech/mcp