
Nerdio Manager MCP
Manage Nerdio Manager for MSP and cross-account Azure Virtual Desktop fleets from your agent without relying on PowerShell-only API clients.
Overview
Nerdio Manager MCP is an Operate-phase MCP server that exposes the Nerdio Manager for MSP API for cross-account AVD fleet tasks without a PowerShell-only workflow.
What is this MCP server?
- First non-PowerShell MCP client narrative for Nerdio Manager for MSP API
- Cross-account Azure Virtual Desktop fleet operations from one agent session
- OAuth-style setup via NERDIO_BASE_URL, NERDIO_TOKEN_URL, and NERDIO_CLIENT_ID secrets
- stdio mcpb v0.1.0 from Servosity msp-skills releases
- Purpose-built for MSP multi-tenant desktop hosting stacks
- Server version 0.1.0
- 1 stdio mcpb package
- 3 required secret env vars: NERDIO_BASE_URL, NERDIO_TOKEN_URL, NERDIO_CLIENT_ID
Community signal: 1 GitHub stars.
What problem does it solve?
Nerdio Manager automation has been PowerShell-centric, which blocks coding agents from safely driving multi-account AVD fleets over a standard protocol.
Who is it for?
MSP-style solo builders on Nerdio Manager who host AVD for multiple customers and want agent-driven infra changes.
Skip if: Teams only using standalone Azure VMs without Nerdio Manager, or builders uncomfortable managing OAuth client credentials.
What do I get? / Deliverables
Once Nerdio URL and OAuth client env vars are set, your agent can call Nerdio Manager API capabilities over MCP for cross-account AVD operations.
- Agent-callable Nerdio Manager for MSP API via MCP
- Cross-account AVD fleet queries and actions without PowerShell glue code
- v0.1.0 stdio server package from Servosity releases
Recommended MCP Servers
Journey fit
AVD and Nerdio fleet operations are production infrastructure tasks that belong in Operate once environments are live. Infra is the canonical placement because the server targets Nerdio Manager API control planes and multi-account AVD topology.
How it compares
Nerdio Manager API MCP bridge, not a generic Azure Resource Manager skill.
Common Questions / FAQ
Who is Nerdio Manager MCP for?
It is for operators using Nerdio Manager for MSP who need agent access to the API across Azure Virtual Desktop accounts without PowerShell scripts.
When should I use Nerdio Manager MCP?
Use it when you are running or scaling multi-account AVD fleets and want Claude Code or Cursor to query or act via the Nerdio Manager API.
How do I add Nerdio Manager MCP to my agent?
Install nerdio-mcp.mcpb v0.1.0, set NERDIO_BASE_URL, NERDIO_TOKEN_URL, and NERDIO_CLIENT_ID as secret env vars, then register the stdio MCP server.