
Fleet Mcp
Let your agent query and manage Fleet Device Management for endpoint inventory, policies, and live monitoring from the chat pane.
Overview
fleet-mcp is an MCP server for the Operate phase that exposes tools to manage and monitor a Fleet Device Management instance over stdio using Fleet API credentials.
What is this MCP server?
- MCP tools for Fleet Device Management instance management and monitoring
- PyPI fleet-mcp 1.1.3 with stdio transport
- Requires FLEET_SERVER_URL and FLEET_API_TOKEN from Fleet UI
- Optional FLEET_READONLY, FLEET_ALLOW_SELECT_QUERIES, and FLEET_VERIFY_SSL controls
- Server version 1.1.3
- Stdio transport via PyPI package fleet-mcp
Community signal: 5 GitHub stars.
What problem does it solve?
Checking device compliance and fleet state means leaving your agent session for the Fleet dashboard and copy-pasting API details by hand.
Who is it for?
Indie IT-conscious builders or tiny teams already running Fleet who want MCP-driven fleet checks and light management.
Skip if: Builders with no Fleet deployment or those who only need generic server uptime monitoring.
What do I get? / Deliverables
Your agent can run Fleet management and monitoring operations with your token, including read-only and selective live-query options when configured.
- Agent-executed Fleet status and management actions
- Documented readonly or SELECT live-query workflows when enabled
Recommended MCP Servers
Journey fit
Operate is canonical because Fleet governs enrolled devices and fleet health after you ship software to laptops and servers. Monitoring subphase matches managing and observing a Fleet instance, including optional read-only and SELECT live-query modes.
How it compares
Fleet-specific endpoint MDM MCP, not generic cloud metrics or application error tracking.
Common Questions / FAQ
Who is fleet-mcp for?
Operators and founders who manage devices through Fleet and want Claude Code or similar agents to call Fleet APIs via MCP.
When should I use fleet-mcp?
Use it during day-two operations—investigating enrolled hosts, policies, or monitoring signals—when Fleet is your source of truth for devices.
How do I add fleet-mcp to my agent?
Install fleet-mcp from PyPI, set FLEET_SERVER_URL and FLEET_API_TOKEN (and optional readonly or SSL flags), add the stdio server to your MCP config, then restart the client.