ChatPipe MCP
@darktw
关于 ChatPipe MCP
Publish live web pages from your AI coding agent — instant shareable URLs from your terminal.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ChatPipe MCP?
ChatPipe MCP is a Model Context Protocol server that allows AI coding agents to publish HTML content as live, shareable web pages. It is designed for anyone who wants to instantly share web content from a terminal without managing deployment or hosting.
How to use ChatPipe MCP?
Sign up for a free ChatPipe account and generate an API key. Then add the server to your MCP client using the command claude mcp add chatpipe --transport url https://api.chatpipe.net/mcp --header "Authorization: Bearer YOUR_API_KEY" (replace with your key). Restart your AI client, then use prompts like “Create a landing page and publish it” to invoke the publish_page, list_projects, update_page, or delete_page tools.
Key features of ChatPipe MCP
- Instant publishing: HTML to a live URL in under a second
- Global content delivery for fast load times
- Access control: public or password-protected pages with encryption
- Update published pages without changing the URL
- Compatible with any MCP‑compatible AI coding agent
Use cases of ChatPipe MCP
- Consultants can build client dashboards and share a live URL immediately
- Developers can publish project pages, docs, or demos without a deployment pipeline
- Sales teams generate custom proposals as live pages for each prospect
- Marketers spin up landing pages on the fly for quick testing
- Freelancers share deliverables as live pages instead of static files
FAQ from ChatPipe MCP
What dependencies or accounts are required?
A free ChatPipe account and an MCP‑compatible AI coding agent (e.g., Claude). No hosting configuration or domain setup is needed.
How are pages secured?
All communication is encrypted over HTTPS. API keys are scoped per user and can be regenerated to revoke previous keys. Password‑protected pages are encrypted at rest.
Are there usage limits or pricing?
A free plan allows 5 projects with links that expire after 30 days. Pro ($19/mo) and Business ($49/mo) plans offer unlimited projects, no link expiry, and additional features like password protection and team seats.
How do I update or delete a published page?
Use the update_page tool with the page slug and new HTML to keep the same URL. Use delete_page with the slug to permanently remove a page.
What transport and authentication does the server use?
The server uses URL transport over HTTPS and authenticates via a Bearer token (the API key) passed in the Authorization header.
评论