What is the Auvik MCP server?
MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
How to install Auvik
Copy-paste configuration for popular MCP clients.
AUVIK_USERNAMErequiredAuvik username (email) used as HTTP Basic auth user
AUVIK_API_KEYrequiredsecretAuvik API key (generated in the Auvik portal under Integrations -> APIs)
AUVIK_REGIONAuvik regional API host (us1, us2, us3, us4, eu1, eu2, au1, ca1). Omit to auto-detect via /authentication/verify probe.
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"auvik-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.0"
],
"env": {
"AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
"AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
"AUVIK_REGION": "<YOUR_AUVIK_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"auvik-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.0"
],
"env": {
"AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
"AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
"AUVIK_REGION": "<YOUR_AUVIK_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"auvik-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.0"
],
"env": {
"AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
"AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
"AUVIK_REGION": "<YOUR_AUVIK_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"auvik-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/auvik-mcp:v1.4.0"
],
"env": {
"AUVIK_USERNAME": "<YOUR_AUVIK_USERNAME>",
"AUVIK_API_KEY": "<YOUR_AUVIK_API_KEY>",
"AUVIK_REGION": "<YOUR_AUVIK_REGION>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add auvik-mcp --env AUVIK_USERNAME=<YOUR_AUVIK_USERNAME> --env AUVIK_API_KEY=<YOUR_AUVIK_API_KEY> --env AUVIK_REGION=<YOUR_AUVIK_REGION> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/auvik-mcp:v1.4.0Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Avanan MSP SmartAPI — manage child MSPs, users, tenants, licenses, and usage.
View repository →