htmlkin

Official
TypeScript

Publish HTML pages, PDFs, and multi-file static websites directly from AI agents. Update, inspect, and delete publications via MCP.

About htmlkin MCP Server

Publish HTML pages, PDFs, and multi-file static websites directly from AI agents. Update, inspect, and delete publications via MCP.

Features

Tools

Transport

streamable-http
Getting Started

1. Create an account at https://htmlkin.ru and generate an API key in the dashboard. 2. Add the remote Streamable HTTP endpoint https://htmlkin.ru/mcp to your MCP client. 3. Authenticate with `Authorization: Bearer YOUR_HTMLKIN_API_KEY`. The `?key=YOUR_HTMLKIN_API_KEY` query parameter is also supported. Full setup guide: https://htmlkin.ru/docs/mcp

Tools (4)
Functions this server exposes to AI clients

htmlkin_publish

Publish an HTML page, PDF document, or multi-file static website and return its public URL.

htmlkin_update

Replace the content of an existing publication while keeping its URL.

htmlkin_get

Retrieve metadata for an existing publication.

htmlkin_delete

Delete an existing publication owned by the authenticated user.

Example
{
  "mcpServers": {
    "htmlkin": {
      "url": "https://htmlkin.ru/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_HTMLKIN_API_KEY"
      }
    }
  }
}
Compatible With
Claude Desktop
Cursor
Windsurf
VS Code