PluginBench
MCP Server
Active

Auvik MCP MCP Server

io.github.Servosity/auvik-mcp

What is the Auvik MCP MCP server?

Every Auvik endpoint as a command, plus the cross-client answers the Auvik UI and API cannot give

How to install Auvik MCP

Copy-paste configuration for popular MCP clients.

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

    The Auvik user email whose API key you are using (Basic auth username).

  • AUVIK_API_KEY
    required
    secret

    Auvik API key (Basic auth password). Auvik > Admin > Integrations > Auvik API.

  • AUVIK_BASE_URL
    required

    Your Auvik regional API host with no path suffix, e.g. https://auvikapi.us1.my.auvik.com

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "auvik-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb",
      "args": [],
      "env": {
        "AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
        "AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
        "AUVIK_BASE_URL": "<YOUR_AUVIK_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "auvik-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb",
      "args": [],
      "env": {
        "AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
        "AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
        "AUVIK_BASE_URL": "<YOUR_AUVIK_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "auvik-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb",
      "args": [],
      "env": {
        "AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
        "AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
        "AUVIK_BASE_URL": "<YOUR_AUVIK_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "auvik-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb",
      "args": [],
      "env": {
        "AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
        "AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
        "AUVIK_BASE_URL": "<YOUR_AUVIK_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add auvik-mcp --env AUVIK_USERNAME=<YOUR_AUVIK_USERNAME> --env AUVIK_API_KEY=<YOUR_AUVIK_API_KEY> --env AUVIK_BASE_URL=<YOUR_AUVIK_BASE_URL> -- https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb

Related MCP servers

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

25
Go
View repository →

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

25
Go
View repository →

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

25
Go
View repository →

Afi MCP

Active

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

25
Go
View repository →

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

25
Go
View repository →

Atera MCP

Active

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

25
Go
View repository →