Torreable
FreeNot checkedPublish static websites as Tor hidden services (.onion sites) via MCP.
About
Publish static websites as Tor hidden services (.onion sites) via MCP.
README
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 tor
Linux:
apt install tor
systemctl start tor
Make sure Tor has a control port. Add to /etc/tor/torrc or ~/.torrc:
ControlPort 9051
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 |
|---|---|
create_site(name, directory) |
Register a static site |
preview(name) |
Local preview at localhost |
publish(name) |
Publish to Tor network |
unpublish(name) |
Take offline, keep address |
destroy(name) |
Delete site and address |
list_sites() |
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.
Install Torreable in Claude Desktop, Claude Code & Cursor
unyly install torreableInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add torreable -- uvx torreableFAQ
Is Torreable MCP free?
Yes, Torreable MCP is free — one-click install via Unyly at no cost.
Does Torreable need an API key?
No, Torreable runs without API keys or environment variables.
Is Torreable hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Torreable in Claude Desktop, Claude Code or Cursor?
Open Torreable on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Torreable with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
