Loading MCP server directory, please wait...
Every Auvik endpoint as a command, plus the cross-client answers the Auvik UI and API cannot give
npx @getmcp/cli add io.github.Servosity/auvik-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
AUVIK_USERNAMEThe Auvik user email whose API key you are using (Basic auth username).
AUVIK_API_KEYAuvik API key (Basic auth password). Auvik > Admin > Integrations > Auvik API.
AUVIK_BASE_URLYour Auvik regional API host with no path suffix, e.g. https://auvikapi.us1.my.auvik.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/auvik-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/auvik-v0.2.0/auvik-mcp.mcpb",
"env": {
"AUVIK_USERNAME": "",
"AUVIK_API_KEY": "",
"AUVIK_BASE_URL": ""
}
}
}
}