Odel
YunoHost MCP

YunoHost MCP

Local
@imattauPythonAGPL-3.0Updated Today

Nostr-authenticated MCP server for secure YunoHost administration.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIyunohost-mcp-connectv0.8.45

Run

uvx yunohost-mcp-connect

MCP client config

{
  "mcpServers": {
    "yunohost-mcp": {
      "command": "uvx",
      "args": [
        "yunohost-mcp-connect"
      ]
    }
  }
}