PluginBench
MCP Server

Veeam VSPC MCP MCP Server

io.github.Servosity/veeam-mcp

What is the Veeam VSPC MCP MCP server?

Sync Veeam Service Provider Console tenants to local SQLite; cross-company backup answers offline.

How to install Veeam VSPC MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • VEEAM_BASE_URL
    required

    Your VSPC appliance REST API base URL, e.g. https://vspc.example.com:1280/api/v3 (per-instance).

  • VEEAM_TOKEN
    required
    secret

    Bearer token for the VSPC REST API (POST /token with your portal credentials).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "veeam-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/veeam-v0.1.0/veeam-mcp.mcpb",
      "args": [],
      "env": {
        "VEEAM_BASE_URL": "<YOUR_VEEAM_BASE_URL>",
        "VEEAM_TOKEN": "<YOUR_VEEAM_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "veeam-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/veeam-v0.1.0/veeam-mcp.mcpb",
      "args": [],
      "env": {
        "VEEAM_BASE_URL": "<YOUR_VEEAM_BASE_URL>",
        "VEEAM_TOKEN": "<YOUR_VEEAM_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "veeam-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/veeam-v0.1.0/veeam-mcp.mcpb",
      "args": [],
      "env": {
        "VEEAM_BASE_URL": "<YOUR_VEEAM_BASE_URL>",
        "VEEAM_TOKEN": "<YOUR_VEEAM_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "veeam-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/veeam-v0.1.0/veeam-mcp.mcpb",
      "args": [],
      "env": {
        "VEEAM_BASE_URL": "<YOUR_VEEAM_BASE_URL>",
        "VEEAM_TOKEN": "<YOUR_VEEAM_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add veeam-mcp --env VEEAM_BASE_URL=<YOUR_VEEAM_BASE_URL> --env VEEAM_TOKEN=<YOUR_VEEAM_TOKEN> -- https://github.com/Servosity/msp-skills/releases/download/veeam-v0.1.0/veeam-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →