Torreable
Click 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., "@TorreableCreate and publish a site 'portfolio' from ./dist"
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.
Torreable
Publish static websites as Tor hidden services (.onion sites) via MCP.
Requirements
Python 3.10+
Tor running with control port enabled
Installing Tor
macOS:
brew install tor
brew services start torLinux:
apt install tor
systemctl start torMake sure Tor has a control port. Add to /etc/tor/torrc or ~/.torrc:
ControlPort 9051Related MCP server: tor-mcp
Installation
Click the button to install:
Or install manually:
Go to Advanced settings -> Extensions -> Add custom extension. Name to your liking, use type STDIO, and set the command to uvx torreable. Click "Add Extension".
Tools
Tool | Description |
| Register a static site |
| Local preview at localhost |
| Publish to Tor network |
| Take offline, keep address |
| Delete site and address |
| Show all sites and status |
How it works
Sites are stored in
~/.torreable/sites/Each site keeps its Tor private key, so the .onion address persists
Publishing starts a local HTTP server and creates an ephemeral Tor hidden service
Sites are only reachable while torreable is running
Example
> create_site("myblog", "/path/to/blog/dist")
Created site 'myblog' -> /path/to/blog/dist
> preview("myblog")
Preview running at http://localhost:52431
> publish("myblog")
Published at http://abc123...xyz.onion
> unpublish("myblog")
Unpublished 'myblog'. Address abc123...xyz.onion preserved for later.This server cannot be deployed
Maintenance
Related MCP Connectors
Publish HTML, Markdown, and multi-file sites as shareable URLs instantly via MCP.
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Publish and manage existing HTML presentations from an MCP-capable Agent.
Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables uploading and serving static websites via MCP tools, with automatic path prefix injection for multi-file sites.-
- AlicenseNot gradedqualityCmaintenanceEnables MCP-compatible agents to route HTTP requests through the Tor network, providing anonymity and access to .onion services. Includes tools for fetching URLs, checking exit IP, and forcing new Tor circuits.MIT
- AlicenseNot gradedqualityCmaintenancePublish and manage shareable HTML/Markdown pages with access control and comments via MCP clients.MIT

@dropthis/mcpofficial
AlicenseAqualityAmaintenancePublish content (HTML, files, or URLs) and get a permanent public URL from any MCP-compatible agent, with local and remote connection options.29244 npmMIT