Skip to content
Cursor

YunoHost MCP for Cursor

io.github.imattau/yunohost-mcp

Nostr-authenticated MCP server for secure YunoHost administration.

client:Cursor transport:stdio runtime:pypi

Install YunoHost MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

YunoHost MCP in other clients