Publishes HTML as live URLs with public or password-protected access, plus tools to list, update, and delete pages.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Chatpipe MCP.
publish_pagePublish HTML content as a live, shareable page. Returns a public URL.
list_projectsList all published pages with their URLs, names, and access levels. Takes no parameters.
update_pageUpdate the HTML content of an existing page. The URL remains the same.
delete_pagePermanently remove a published page.
The darktw/chatpipe-mcp MCP server exposes ChatPipe page publishing through Model Context Protocol. An AI coding agent can submit a complete HTML document and receive a URL for the resulting live page. The service is intended for generated dashboards, landing pages, contact forms, project pages, documentation, demos, proposals, and similar browser-accessible content.
The server provides four operations:
publish_page creates a page from a name, URL slug, and HTML string. Pages are public by default, or can use password access when a password is supplied.list_projects returns the user’s published pages, including their URLs, names, and access levels.update_page replaces the HTML for an existing slug and can also change its name. The existing URL stays unchanged.delete_page permanently removes a page identified by its slug.The darktw/chatpipe-mcp MCP server is used as a hosted MCP service at https://api.chatpipe.net/mcp. The client sends an Authorization: Bearer header containing an API key generated in the ChatPipe account. After the MCP client is configured, an agent can call the publishing tools directly from its coding workflow.
Publishing requires a page name, a lowercase hyphenated slug, and complete HTML. The optional access value defaults to public; selecting password requires the corresponding password parameter. Updates require the existing slug and replacement HTML, with the page name being optional. Listing does not require parameters, while deletion requires only the slug.
ChatPipe states that communication uses HTTPS and that API keys are scoped to the owner’s pages. Password-protected pages are encrypted at rest. Regenerating an API key revokes the previous key.
Create a free ChatPipe account, then generate an MCP API key under Settings → API Key (MCP). The key is shown only after generation, so it must be copied at that point. The documented Claude setup registers the hosted endpoint with a bearer authorization header:
The placeholder must be replaced with the generated key before running the command. A manual MCP client configuration can use the same URL and authorization header. The repository does not document a local package or local process for running the server; the supplied setup connects to ChatPipe’s remote endpoint.
The darktw/chatpipe-mcp MCP server supports publishing HTML without requiring the user to configure a deployment pipeline, hosting service, or domain. Pages can be updated in place, which is useful when an agent generates a first version and later revises its content while preserving the shared URL.
The free plan includes five projects and 30-day link expiry. Pro and Business plans provide unlimited projects and links that do not expire. The README lists password protection for Pro and Business, and email-restricted access for Business. The documented publish_page parameters directly describe public and password access; email restriction is presented as a plan feature rather than as a listed tool parameter.
This service requires a ChatPipe account and API key. Free accounts have project and expiry limits, and password protection is not included on the free plan. The HTML input must be supplied as complete content, and page management uses the chosen slug. Deleting a page is permanent. The repository describes compatibility with MCP clients generally, but the provided setup example specifically uses the Claude command-line configuration.
The darktw/chatpipe-mcp MCP server is licensed under MIT.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/darktw-chatpipe-mcp)<a href="https://allmcps.com/mcp/darktw-chatpipe-mcp"><img src="https://allmcps.com/api/badge/darktw-chatpipe-mcp?style=directory" alt="Chatpipe MCP on AllMCPs" /></a>