Back to Browse

Yungle Clients MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Ask about your Yungle file deliveries — what was sent, who downloaded, what expires. Read-only.

About

Ask about your Yungle file deliveries — what was sent, who downloaded, what expires. Read-only.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

A Yungle API key from https://yungle.co/dashboard/settings/api. Reading is free on any account; give the key read scopes only — this server has no tool that writes.Required

Environment variable: YUNGLE_API_KEY

Override the API base URL. Only useful for development against a local Yungle instance; leave unset to use https://yungle.co/api/v1.Optional

Environment variable: YUNGLE_API_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "co-yungle-yungle": {
      "env": {
        "YUNGLE_API_KEY": "your-yungle-api-key-here",
        "YUNGLE_API_URL": "your-yungle-api-url-here"
      },
      "args": [
        "-y",
        "yungle-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Yungle clients

Client libraries for Yungle — a private, EU-hosted file transfer service, and an alternative to WeTransfer for people whose files need to stay in Europe.

Package
yungle-clinpm i -g yungle-cliSend and sync files from your terminal, resumably
yungle-mcpnpx -y yungle-mcpRead your transfers from an AI assistant (MCP)
yungle-clientnpm i yungle-clientTyped 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.

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

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

Reviews

No reviews yet

Be the first to review this server!