Jamf Pro
An async MCP server for Jamf Pro integration providing computer health analysis
What is Jamf Pro?
Jamf Pro is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to async mcp server for jamf pro integration providing computer health analysis
An async MCP server for Jamf Pro integration providing computer health analysis
This server falls under the Monitoring & Observability category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An async MCP server for Jamf Pro integration providing compu
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx jamfmcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Jamf Pro
JamfMCP is an async MCP server that connects AI assistants to your Jamf Pro instance, enabling natural language queries for computer health analysis, CVE tracking, inventory management, and policy inspection. It uses Jamf Pro's OAuth API and integrates with the macadmins SOFA feed for up-to-date macOS vulnerability intelligence.
Prerequisites
- Python 3.11+ with uv or pip available
- Jamf Pro instance with API access enabled
- Jamf Pro OAuth client ID and client secret (created under Settings > API Roles and Clients)
- uv installed via Homebrew on macOS for Claude Desktop users: brew install uv
- Claude Desktop or another MCP-compatible client
Create a Jamf Pro API client
In your Jamf Pro web interface, navigate to Settings > API Roles and Clients. Create a new API role with read permissions for computers, policies, and configuration profiles. Then create an API client tied to that role and note the client ID and secret.
Install jamfmcp
Install the Python package using pip or uv. The package includes jamfmcp-cli for automatic platform configuration.
pip install jamfmcpAuto-configure your MCP client
Run the CLI configuration helper to automatically write the correct config for your platform. This handles setting up the server entry with the right command and environment variable placeholders.
jamfmcp-cli -p claude-desktopSet environment variables in your config
Edit the generated config to fill in your real Jamf Pro credentials. The server requires JAMF_URL (with https://), JAMF_CLIENT_ID, and JAMF_CLIENT_SECRET.
Restart Claude Desktop and verify
Restart Claude Desktop to load the updated config. Ask Claude to list computers to confirm the connection is working.
Jamf Pro Examples
Client configuration
Claude Desktop config using uvx to run jamfmcp with your Jamf Pro OAuth credentials.
{
"mcpServers": {
"jamfmcp": {
"command": "uvx",
"args": ["jamfmcp"],
"env": {
"JAMF_URL": "https://your-instance.jamfcloud.com",
"JAMF_CLIENT_ID": "your-client-id",
"JAMF_CLIENT_SECRET": "your-client-secret"
}
}
}
}Prompts to try
Natural language queries you can run through Claude once jamfmcp is connected.
- "Generate a health scorecard for the computer with serial number ABC123"
- "Find all computers that haven't checked in for 30 days"
- "What CVEs affect devices running macOS 14.5?"
- "List all configuration profiles and their assigned scope"Troubleshooting Jamf Pro
Authentication fails with 401 Unauthorized
Verify that JAMF_URL includes the https:// prefix and does not have a trailing slash. Confirm the OAuth client is active and the client secret has not expired in Jamf Pro under Settings > API Roles and Clients.
uvx command not found on Claude Desktop startup
Install uv via Homebrew: brew install uv. Claude Desktop on macOS uses a restricted PATH, so uv must be in /usr/local/bin or /opt/homebrew/bin. Run which uvx in your terminal after installation to confirm the path.
No computers returned from inventory queries
The API role assigned to your OAuth client must include Read permission for Computers. Review the API role in Jamf Pro and add the required privilege, then regenerate the client secret and update your config.
Frequently Asked Questions about Jamf Pro
What is Jamf Pro?
Jamf Pro is a Model Context Protocol (MCP) server that async mcp server for jamf pro integration providing computer health analysis It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Jamf Pro?
Follow the installation instructions on the Jamf Pro GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Jamf Pro?
Jamf Pro works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Jamf Pro free to use?
Yes, Jamf Pro is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Jamf Pro Alternatives — Similar Monitoring & Observability Servers
Looking for alternatives to Jamf Pro? Here are other popular monitoring & observability servers you can use with Claude, Cursor, and VS Code.
Netdata
★ 78.9kReal-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Kubeshark
★ 11.9keBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.
Mission Control
★ 4.9kSelf-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.
Grafana
★ 3.0kThis MCP server enables natural-language querying of Grafana logs by automatically detecting log sources and service labels. It provides read-only access to log data with intelligent caching for efficient repeat queries.
Sentrux
★ 2.4kReal-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust.
OpenInference
★ 986OpenTelemetry Instrumentation for AI Observability
Browse More Monitoring & Observability MCP Servers
Explore all monitoring & observability servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Jamf Pro in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Jamf Pro?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.