Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server.
Create sandboxed public-unlisted or access-key-protected HTML previews through a remote MCP server. The share html mcp server wraps that behind the Model Context Protocol, so an assistant can use it rather than through you.
Upload one HTML file, then share a sandboxed preview as an unlisted public link or an access-key-protected private link.
You will need 6 environment variables: PRIVATE_ACCESS_KEY, MCP_REGISTRY_PRIVATE_KEY, INDEXNOW_KEY, SUPABASE_REST_KEY, WORKER_API_SECRET, SUPABASE_SEND_EMAIL_HOOK_SECRET. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by lifeodyssey; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Share HTML's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
{
"mcpServers": {
"share-html": {
"command": "npx",
"args": ["-y", "wrangler"],
"env": {
"PRIVATE_ACCESS_KEY": "your-value",
"MCP_REGISTRY_PRIVATE_KEY": "your-value",
"INDEXNOW_KEY": "your-value",
"SUPABASE_REST_KEY": "your-value",
"WORKER_API_SECRET": "your-value",
"SUPABASE_SEND_EMAIL_HOOK_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PRIVATE_ACCESS_KEY | Credential the server authenticates with. | Yes |
| MCP_REGISTRY_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| INDEXNOW_KEY | Credential the server authenticates with. | Yes |
| SUPABASE_REST_KEY | Credential the server authenticates with. | Yes |
| WORKER_API_SECRET | Credential the server authenticates with. | Yes |
| SUPABASE_SEND_EMAIL_HOOK_SECRET | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.