Torreable
Click on "Install 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: HTML Deploy MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.2Apache 2.0
- Flicense-qualityDmaintenanceDeploys HTML pages to an online preview platform and returns a shareable URL via MCP protocol.
- Flicense-qualityBmaintenanceEnables uploading and serving static websites via MCP tools, with automatic path prefix injection for multi-file sites.
- Alicense-qualityCmaintenancePublish and manage shareable HTML/Markdown pages with access control and comments via MCP clients.MIT
Related MCP Connectors
Publish HTML, files, or a URL to a permanent public URL, then update it — from any MCP agent.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
Publish HTML to private, unguessable, replace-in-place URLs from any MCP-compatible AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DOsinga/torreable'
If you have feedback or need assistance with the MCP directory API, please join our Discord server