mcpbeat Sign in

YunoHost MCP Server

local only

YunoHost MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 19 722 installs a week from pypi. Last commit 16 Sep 2026.

Nostr-authenticated MCP server for secure YunoHost administration.

19 722
Installs / week
pypi · yunohost-mcp-connect
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call app_config_get.app → src/yunohost_mcp/yunohost/adapter.py:385, journal_query.lines → src/yunohost_mcp/yunohost/adapter.py:1065, package_lint.source → src/yunohost_mcp/yunohost/adapter.py:2846 и ещё 7
    proc = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] src/yunohost_mcp/yunohost/adapter.py:181, src/yunohost_mcp/yunohost/adapter.py:253
        return subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yunohost-mcp -- uvx yunohost-mcp-connect
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yunohost-mcp": {
      "args": [
        "yunohost-mcp-connect"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yunohost-mcp]
command = "uvx"
args = ["yunohost-mcp-connect"]
.cursor/mcp.json
{
  "mcpServers": {
    "yunohost-mcp": {
      "args": [
        "yunohost-mcp-connect"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yunohost-mcp": {
      "args": [
        "yunohost-mcp-connect"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to YunoHost MCP

same job, measured the same way
New Relic MCP Server
by meet-bhalodiya

Secure, self-hosted New Relic observability and administration tools for MCP clients

34 installs/wk local only
Web Recon Agent
by joepangallo

Owned-target web security assessment MCP server for authenticated, high-friction apps.

17 installs/wk local only
Wass MCP
by tb0hdan

MCP server for web application security scanning

local only
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
MCP Workboard
by crunchtools

Secure MCP server for WorkBoard OKR and strategy execution platform

88 installs/wk local only
n8n MCP Community
by drzamarian

A security-focused MCP server for self-hosted n8n Community Edition.

83 installs/wk local only
MCP Server Auth Template
by brunovicco

OAuth 2.1/OIDC resource-server reference for secure MCP authorization

local only
Nandi Proxmox MCP
by papischolz

Open-source MCP server for secure Proxmox node, VM, and LXC operations.

143 installs/wk local only

YunoHost MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for YunoHost MCP?
YunoHost MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package yunohost-mcp-connect was installed 19 722 times last week.
How do I connect YunoHost MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls yunohost-mcp-connect straight from pypi; nothing to host, nothing to sign up for.
How many people use YunoHost MCP?
The pypi package yunohost-mcp-connect was installed 19 722 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is YunoHost MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.