Skip to main content
ClaudeWave

Agent-first, end-to-end-encrypted file transfer over MCP — the open-source client (@yafldev/mcp + @yafldev/cli). Encrypted client-side; the server only ever sees ciphertext; links expire in 24h.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/yafldev/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/yafldev/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# YAFL — Yet Another File Layer (MCP server + CLI)

**Your AI agent moves files between machines with one MCP call — encrypted client-side, links gone in 24 hours.**

This repository is the open-source **MCP server and CLI client** for [YAFL](https://yafl.dev). Your agents (Claude Desktop, Claude Code, Cursor, any MCP client — including agents on remote VPSes) hand files across environments — laptop ↔ VPS, agent ↔ agent — with a single tool call, instead of a human dragging files into WeTransfer and copying links around. Files are encrypted on your machine before they leave it; the service only ever sees ciphertext.

> The client is open source so you can audit exactly what touches your files. The YAFL service lives at [yafl.dev](https://yafl.dev).

## Install

Add YAFL to your MCP client config:

```json
{
  "mcpServers": {
    "yafl": {
      "command": "npx",
      "args": ["-y", "@yafldev/mcp"],
      "env": { "YAFL_API_KEY": "<your key — or leave unset and run yafl login>" }
    }
  }
}
```

Works in Claude Desktop, Claude Code, Cursor, and any MCP client. Claude Desktop users can install the one-click [`.mcpb` bundle](https://yafl.dev/downloads/yafl.mcpb). Prefer the CLI:

```
curl -fsSL https://yafl.dev/install.sh | sh
```

No API key is required to start. On the first tool call the server returns a guided error pointing to `yafl login` — an RFC 8628 device flow: the agent shows a short code, you approve it in a browser, and the agent holds its own revocable key. Built for headless boxes. Runs via `npx` (Node.js 18+); no global install needed.

## Tools

| Tool | Call | What it does |
|---|---|---|
| `upload_file` | `{ path, password?, oneTime? }` | Encrypts client-side, uploads ciphertext, returns the share link. Zips a directory first. Optional password layer; optional one-time link that burns after the first download. |
| `download_file` | `{ url, destDir?, password? }` | Fetches, decrypts, writes the file to local disk. |
| `get_status` | `{ url }` | Checks liveness and remaining TTL — no bytes downloaded. |
| `list_files` | `{ limit? }` | The caller's own transfers, metadata only. |
| `delete_file` | `{ id \| url }` | Revoke one of your transfers before expiry. |
| `email_link` | `{ link, recipient }` | Email a share link straight to a recipient — the agent-to-human handoff without leaving the session. |
| `login` | device flow | Authorize this agent (RFC 8628); it holds its own revocable key. |

Errors are stable and machine-readable — your agent gets `expired` or `not_found`, not a mystery 404.

## How encryption works

The file is encrypted with a fresh AES-256-GCM key before upload. The key travels only in the share URL's `#fragment` — browsers never send fragments to servers, so it is never transmitted to, logged by, or stored on any server. An optional link password adds a second derived layer the server never sees either, and a one-time link self-destructs after the first successful download. File bytes go directly to storage via pre-signed URLs; the app server never handles them, and storage only ever receives ciphertext. Access stops at 24 hours. Free tier: 100 MB per file.

## What happens if an agent's key leaks

The API key is not the decryption key. If a machine is compromised and its YAFL key is stolen, the attacker can at most see ciphertext metadata for that key's own transfers — file contents stay unreadable, because decryption keys exist only in the links you exchanged. Revoke the key and move on. This is why the recommended setup is one key per agent, per machine — keys are named and individually revocable.

## Links

- Website: https://yafl.dev
- MCP guide: https://yafl.dev/mcp
- Security / threat model: https://yafl.dev/security
- npm: [`@yafldev/mcp`](https://www.npmjs.com/package/@yafldev/mcp) · [`@yafldev/cli`](https://www.npmjs.com/package/@yafldev/cli)

## License

MIT — see [LICENSE](LICENSE).
aes-256-gcmai-agentscliend-to-end-encryptionfile-transfermcpmodel-context-protocol

Lo que la gente pregunta sobre mcp

¿Qué es yafldev/mcp?

+

yafldev/mcp es mcp servers para el ecosistema de Claude AI. Agent-first, end-to-end-encrypted file transfer over MCP — the open-source client (@yafldev/mcp + @yafldev/cli). Encrypted client-side; the server only ever sees ciphertext; links expire in 24h. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/yafldev/mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar yafldev/mcp?

+

yafldev/mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene yafldev/mcp?

+

yafldev/mcp es mantenido por yafldev. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: yafldev/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yafldev-mcp)](https://claudewave.com/repo/yafldev-mcp)
<a href="https://claudewave.com/repo/yafldev-mcp"><img src="https://claudewave.com/api/badge/yafldev-mcp" alt="Featured on ClaudeWave: yafldev/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp