T
Tor Crawler MCP
by @Rvlndd
A simple Model Context Protocol (MCP) server for crawling Tor onion sites and extracting their content.
Created 10/18/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
Tor Crawler MCP
A simple Model Context Protocol (MCP) server for crawling Tor (.onion) sites and extracting their content.
Requirements
You must have the Tor Expert Bundle installed and running.
👉 Download it here:
https://www.torproject.org/download/tor/
After installation, run: tor.exe
Example Configuration
"mcpServers": {
"tor-crawler-server": {
"httpUrl": "http://localhost:3000/mcp",
"trust": true,
"timeout": 60000
}
}
This project is licensed under the MIT License, see the LICENSE file for details.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-tor-crawler-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"rvlndd-tor-crawler-mcp": {
"command": "npx",
"args": [
"rvlndd-tor-crawler-mcp"
]
}
}
}