io.github.colapsis/transfa MCP Server
io.github.colapsis/transfa
What is the io.github.colapsis/transfa MCP server?
Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required.
How to install io.github.colapsis/transfa
Copy-paste configuration for popular MCP clients.
TRANSFA_API_KEYsecretYour Transfa API key. Free at transfa.sh — leave empty for guest mode (10 MB limit).
TRANSFA_BASE_URLCustom Transfa instance URL for self-hosted deployments. Defaults to https://transfa.sh
{
"mcpServers": {
"transfa": {
"command": "npx",
"args": [
"-y",
"transfa-mcp"
],
"env": {
"TRANSFA_API_KEY": "<YOUR_TRANSFA_API_KEY>",
"TRANSFA_BASE_URL": "<YOUR_TRANSFA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"transfa": {
"command": "npx",
"args": [
"-y",
"transfa-mcp"
],
"env": {
"TRANSFA_API_KEY": "<YOUR_TRANSFA_API_KEY>",
"TRANSFA_BASE_URL": "<YOUR_TRANSFA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"transfa": {
"command": "npx",
"args": [
"-y",
"transfa-mcp"
],
"env": {
"TRANSFA_API_KEY": "<YOUR_TRANSFA_API_KEY>",
"TRANSFA_BASE_URL": "<YOUR_TRANSFA_BASE_URL>"
}
}
}
}{
"servers": {
"transfa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"transfa-mcp"
],
"env": {
"TRANSFA_API_KEY": "<YOUR_TRANSFA_API_KEY>",
"TRANSFA_BASE_URL": "<YOUR_TRANSFA_BASE_URL>"
}
}
}
}claude mcp add transfa --env TRANSFA_API_KEY=<YOUR_TRANSFA_API_KEY> --env TRANSFA_BASE_URL=<YOUR_TRANSFA_BASE_URL> -- npx -y transfa-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.