Jamf Pro

v1.0.0Monitoring & Observabilitystable

An async MCP server for Jamf Pro integration providing computer health analysis

fastmcpjamf-promacadminsmcpmdm
Share:
8
Stars
0
Downloads
0
Weekly
0/5

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

Monitor Mac health and security through Jamf Pro.
Analyze device compliance and system status.
liquidz00

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedDec 6, 2025
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx jamfmcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

Install jamfmcp

Install the Python package using pip or uv. The package includes jamfmcp-cli for automatic platform configuration.

pip install jamfmcp
3

Auto-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-desktop
4

Set 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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "jamfmcp": { "command": "npx", "args": ["-y", "jamfmcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides