SnapHost
OfficialClick on "Deploy 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., "@SnapHostPublish this document as a password-protected site and share the link"
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.
SnapHost for AI agents
SnapHost turns a document or a built site into a private, shareable live website. This repository is the public home of its MCP server listing and Claude Code plugin.
The server itself is hosted: https://app.snaphost.ai/api/mcp (Streamable HTTP, OAuth 2.1 with
PKCE and dynamic client registration). There is nothing to run locally and no token to paste; on
first use your browser opens so you can click Authorize.
Install
Any client, one command (Claude Code, Cursor, VS Code, Windsurf, Codex CLI, Gemini CLI):
npx snaphost connectClaude Code plugin (adds the /snaphost:* skills and the connection in one go):
/plugin marketplace add snaphost-ai/snaphost
/plugin install snaphost@snaphostCursor: Add to Cursor
VS Code: Install in VS Code
Claude Code by hand:
claude mcp add --transport http snaphost https://app.snaphost.ai/api/mcpClaude on the web or the desktop app: Settings, Connectors, Add custom connector, paste the endpoint URL. Claude detects OAuth; leave the defaults and click Add.
Related MCP server: Hostsmith MCP Server
What the AI can do
Publish a page or a bundle and get a stable link; update it in place; control who can view it
(public, allowlist, password, expiry); take it offline and back; roll back to an earlier version;
put it on a custom domain; and give the page a data backend (forms, waitlists, RSVPs,
leaderboards) through window.SNAPHOST. The full tool list with read/write/destructive
annotations is at https://snaphost.ai/docs/mcp-server.
Layout
server.json: the entry published to the official MCP registry asai.snaphost/snaphost..claude-plugin/marketplace.jsonandplugins/snaphost/: the Claude Code plugin marketplace.glama.json: maintainers for the Glama listing.
These files are generated from the SnapHost application and refreshed by
sync.yml; the version bumps there whenever a tool, a skill, or a
description changes. Please open issues for problems with the listing or the plugin; the server's
source is not in this repository.
Links
Docs: https://snaphost.ai/docs/mcp-server and https://snaphost.ai/docs/skills
Privacy: https://snaphost.ai/privacy
Support: hello@snaphost.ai
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.
Publish, update, read, rename, and share single-URL web pages from any AI agent.
Instant web publishing for AI agents. POST HTML, get a live URL. No account needed.
The website platform for AI agents. One API to build, host, and operate real websites.
Related MCP Servers
- AlicenseAqualityCmaintenancePublish live web pages from AI coding agents. Instant shareable URLs for dashboards, landing pages, and reports with password protection.41MIT
- AlicenseAqualityCmaintenanceEnables AI agents to deploy static files and get live HTTPS URLs instantly, with support for custom domains and data residency.954 npmMIT
- AlicenseAqualityCmaintenanceEnables AI agents to build, edit, and publish live websites with hosting, database, auth, and domains via the Model Context Protocol.136 npm1MIT
- AlicenseAqualityBmaintenanceInstant web hosting for AI agents. Publish a live site in one call, no account needed.5MIT