Odel
pruna mcp server

pruna mcp server

Local
@charlesrapp4PythonMITUpdated 1mo ago

Ultra-fast image generation, editing, upscaling, and video generation via Pruna AI.

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).

PyPIpruna-mcp-serverv0.1.1

Run

uvx pruna-mcp-server

MCP client config

{
  "mcpServers": {
    "pruna-mcp-server": {
      "command": "uvx",
      "args": [
        "pruna-mcp-server"
      ]
    }
  }
}