Skip to main content
ClaudeWave

Client libraries for the Yungle API — a CLI, an MCP server and a typed SDK. Private, EU-hosted file transfer.

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · yungle-mcp
Claude Code CLI
claude mcp add yungle-clients -- npx -y yungle-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "yungle-clients": {
      "command": "npx",
      "args": ["-y", "yungle-mcp"]
    }
  }
}
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.
Use cases

MCP Servers overview

# Yungle clients

Client libraries for [Yungle](https://yungle.co) — a private, EU-hosted file
transfer service, and an alternative to WeTransfer for people whose files need
to stay in Europe.

| Package | | |
|---|---|---|
| [`yungle-cli`](https://www.npmjs.com/package/yungle-cli) | `npm i -g yungle-cli` | Send and sync files from your terminal, resumably |
| [`yungle-mcp`](https://www.npmjs.com/package/yungle-mcp) | `npx -y yungle-mcp` | Read your transfers from an AI assistant (MCP) |
| [`yungle-client`](https://www.npmjs.com/package/yungle-client) | `npm i yungle-client` | Typed SDK for the API |

Reading is free on any Yungle account. Creating, sending and uploading come with
a paid plan. Get a key from Settings → API keys.

- **API reference:** <https://yungle.co/developers>
- **OpenAPI 3.1 spec:** <https://yungle.co/api/v1/openapi.json>

## Why a CLI

Yungle's upload engine is resumable at part granularity and sized for 100 GB
transfers. A browser tab has to stay open for the whole upload, and a closed
laptop lid costs you the file. `yungle send` does not: interrupt it, run the same
command again, and it continues from the last committed part.

## What these cannot do

Your vault and end-to-end encrypted transfers are not reachable, and cannot be —
their keys are derived in the client and never sent to Yungle. The MCP server
additionally has no tool that sends, deletes, invites or revokes; it reads
metadata only, by design. See
<https://yungle.co/developers/unsupported>.

## Development

```bash
pnpm install
pnpm -r test
pnpm -r build
```

The Yungle server itself is not open source; this repository holds only the
clients. Issues and pull requests about the clients are welcome here.

MIT
clifile-transfergdprmcpmcp-servertypescriptwetransfer-alternative

What people ask about yungle-clients

What is heindewilde/yungle-clients?

+

heindewilde/yungle-clients is mcp servers for the Claude AI ecosystem. Client libraries for the Yungle API — a CLI, an MCP server and a typed SDK. Private, EU-hosted file transfer. It has 0 GitHub stars and was last updated today.

How do I install yungle-clients?

+

You can install yungle-clients by cloning the repository (https://github.com/heindewilde/yungle-clients) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is heindewilde/yungle-clients safe to use?

+

heindewilde/yungle-clients has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains heindewilde/yungle-clients?

+

heindewilde/yungle-clients is maintained by heindewilde. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to yungle-clients?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy yungle-clients to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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

More MCP Servers

yungle-clients alternatives