htmltolink-mcp
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., "@htmltolink-mcpdeploy this project"
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.
htmltolink-mcp
Deploy any HTML project to a live public URL in seconds — directly from Cursor, Claude Code, or any MCP-compatible AI agent.
No server. No config. No build pipeline. Just one command and you get a shareable link.
Quick Start
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"htmltolink": {
"command": "npx",
"args": ["-y", "htmltolink-mcp"]
}
}
}Then just tell Cursor: "Deploy this project" — it will package your files, upload them, and return a live URL.
Claude Code
Add to .mcp.json in your project root:
{
"mcpServers": {
"htmltolink": {
"command": "npx",
"args": ["-y", "htmltolink-mcp"]
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"htmltolink": {
"command": "npx",
"args": ["-y", "htmltolink-mcp"]
}
}
}Related MCP server: deloc-mcp
Available Tools
Tool | Description |
| Package and deploy a project directory to htmlto.link |
| Check existing deployment info from |
Authentication (Optional)
By default, deployments are anonymous and temporary (24 hours). The agent automatically saves update credentials so it can refresh the same link.
For persistent managed pages, set your API token:
{
"mcpServers": {
"htmltolink": {
"command": "npx",
"args": ["-y", "htmltolink-mcp"],
"env": {
"HTML_TO_LINK_TOKEN": "your-api-token"
}
}
}
}Get your token from htmlto.link/settings.
How It Works
Agent calls the
deploytool with your project directoryMCP server zips the project (excluding
node_modules,.git, secrets, etc.)Uploads to
https://htmlto.link/api/skill/deploySaves deployment info to
.htmltolink.json(auto-added to.gitignore)Returns the live public URL
Use Cases
🚀 AI-generated pages: Cursor/Claude builds a landing page → instant live URL
📋 Client demos: Share a prototype link in seconds
🧪 Quick previews: Test responsive design on real devices
📦 Portfolio pieces: Host experiments without setting up hosting
Using .cursorrules (Alternative)
If you prefer prompt-based integration over MCP, copy the .cursorrules file from this repo into your project root. The agent will follow the instructions to deploy via the HTTP API directly.
Links
Website: https://htmlto.link
Skill Guide: https://htmlto.link/skill
API Docs:
POST https://htmlto.link/api/skill/deploy
License
MIT
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
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.41MIT
- Alicense-qualityBmaintenanceMCP server for Deloc — deploy static sites from AI coding agents. Say "deploy this to Deloc" in Claude Code or Cursor and get a live URL back without leaving your editor.4MIT
- AlicenseAqualityDmaintenanceDeploy static HTML folders to permanent vibie.page URLs from Claude, Cursor, or any MCP client. One-line auto-install wires up the config, OAuth device-flow handles auth, and a folder marker lets repeat deploys skip the slug.4961MIT
- Alicense-qualityCmaintenancePublishes HTML pages straight from your AI assistant to a shareable URL, then lets you manage them - update, list, search, fetch, and delete pages in a public or private workspace. Turns "share what I just made" into a single tool call from Claude, Cursor, or any MCP client.MIT
Related MCP Connectors
Publish the website you built with AI to a live public URL — straight from chat, no setup.
Turn Claude or ChatGPT into a website builder that ships a real site to a live URL you own.
Publish AI-generated HTML & Markdown to a hosted, shareable URL via MCP.
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/licc168/htmltolink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server