fleet-mcp
About
An MCP server that provides tools for managing and monitoring your Fleet Device Management instance.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FLEET_SERVER_URL FLEET_API_TOKEN FLEET_READONLY FLEET_ALLOW_SELECT_QUERIES FLEET_VERIFY_SSLClaude Code
claude mcp add --env FLEET_SERVER_URL= --env FLEET_API_TOKEN= --env FLEET_READONLY= --env FLEET_ALLOW_SELECT_QUERIES= --env FLEET_VERIFY_SSL= fleet-mcp -- uvx fleet-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"fleet-mcp","command":"uvx","args":["fleet-mcp"],"env":{"FLEET_SERVER_URL":"","FLEET_API_TOKEN":"","FLEET_READONLY":"","FLEET_ALLOW_SELECT_QUERIES":"","FLEET_VERIFY_SSL":""}}'
JSON
{
"mcpServers": {
"fleet-mcp": {
"command": "uvx",
"args": [
"fleet-mcp"
],
"env": {
"FLEET_SERVER_URL": "",
"FLEET_API_TOKEN": "",
"FLEET_READONLY": "",
"FLEET_ALLOW_SELECT_QUERIES": "",
"FLEET_VERIFY_SSL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.