# Novita AI

Manage your GPU instance resources effortlessly with Novita Server. Perform operations like listing clusters, creating and controlling GPU instances, and managing templates and network storage throug…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add novitalabs/novita-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list novitalabs/novita-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get novitalabs/novita-mcp-server list-clusters

# Call a tool
npx -y @smithery/cli@latest tool call novitalabs/novita-mcp-server list-clusters '{}'
```

## Tools (20)

- `list-clusters`
- `list-products`
- `list-gpu-instances`
- `get-gpu-instance`
- `create-gpu-instance`
- `start-gpu-instance`
- `stop-gpu-instance`
- `delete-gpu-instance`
- `restart-gpu-instance`
- `create-network-storage`
- `list-network-storage`
- `update-network-storage`
- `delete-network-storage`
- `list-container-registry-auths`
- `create-container-registry-auth`
- `delete-container-registry-auth`
- `list-templates`
- `get-template`
- `create-template`
- `delete-template`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get novitalabs/novita-mcp-server <tool-name>
```

---

Source: https://github.com/novitalabs/novita-mcp-server | License: MIT
