Skip to main content
Glama
licc168

htmltolink-mcp

by licc168

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

deploy

Package and deploy a project directory to htmlto.link

status

Check existing deployment info from .htmltolink.json

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

  1. Agent calls the deploy tool with your project directory

  2. MCP server zips the project (excluding node_modules, .git, secrets, etc.)

  3. Uploads to https://htmlto.link/api/skill/deploy

  4. Saves deployment info to .htmltolink.json (auto-added to .gitignore)

  5. 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.

License

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    B
    maintenance
    MCP 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.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Deploy 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.
    4
    96
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Publishes 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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