What this does
With the snapy connector, Claude can take a page or file it just created and publish it, then give you a live link. You ask Claude to build something and host it, and it comes back with a URL.
How to connect it
snapy provides an MCP server. In your Claude client (for example Claude Desktop), add it to the MCP settings. A typical entry looks like this:
{
"mcpServers": {
"snapy": {
"command": "npx",
"args": ["-y", "snapy-mcp"]
}
}
}
After you restart the client, Claude has a publish tool from snapy.
How to use it
Ask Claude something like:
Make a small HTML resume for me and publish it with snapy, then share the link.
Claude builds the page, calls the snapy publish tool, and replies with a link like resume.snapy.page.
Good to know
- Free, no account, no API key.
- You also get a private analytics link for each page.
- Prefer not to install anything? Any assistant or script can still use the plain publish API over HTTP.
See the full developer docs for the API behind this.
