Odel
fleet mcp

fleet mcp

Local
@simplyminimal5PythonMITUpdated 6mo ago

An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfleet-mcpv1.1.3

Run

uvx fleet-mcp

MCP client config

{
  "mcpServers": {
    "fleet-mcp": {
      "command": "uvx",
      "args": [
        "fleet-mcp"
      ]
    }
  }
}