How to Use the JumpCloud MCP in Claude Code
Pipe your entire JumpCloud directory into any script or CI/CD pipeline. Your terminal is now a full-fledged admin console with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect JumpCloud MCP to Claude Code
Create your Vinkius account to connect JumpCloud to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Security Audits in CI/CD
This MCP server exposes your core JumpCloud data as simple commands. In a GitHub Actions workflow, you can run `claude mcp exec jumpcloud-mcp list_users` and pipe the clean JSON output directly to a tool like `jq` for processing. Set up a cron job that runs `claude mcp exec jumpcloud-mcp list_users --filter 'suspended=true'` and compares it against your HR records. If there's a mismatch, it triggers an alert. It's simple, reliable automation that runs anywhere.
Script Bulk Device and Policy Checks
Need a list of all Linux servers to verify their configuration? Run `claude mcp exec jumpcloud-mcp list_systems --filter 'os=linux'` and pipe the system IDs to your own management script. The output is predictable and easy to parse. You can chain commands in a single shell script to perform complex checks. Get system groups with `list_system_groups`, then iterate through each group to check its members against policies fetched with `list_policies`. It’s ideal for headless compliance verification.
Query Users and Groups from the Shell
This isn't just for heavy automation. From your local terminal, you can quickly get details on a specific account with `claude mcp exec jumpcloud-mcp get_user --id 'some_user_id'`. The response is immediate and formatted as clean JSON. It makes quick admin checks fast and scriptable. Find out which groups a person belongs to with `list_user_groups` or audit recent admin actions with `list_commands`. Since the output is just text, it integrates perfectly with standard Unix tools like `grep`, `awk`, and `sed`.
Set up JumpCloud MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seejumpcloud-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest JumpCloud transactions." It will automatically discover and invoke the available JumpCloud tools.
claude mcp add --transport http jumpcloud-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about JumpCloud MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the JumpCloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.