How to Use the Kandji MCP in Cursor
Build zero-touch provisioning scripts faster. Connect Cursor to your Kandji MDM and pull live device data directly into your editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Kandji MCP to Cursor
Create your Vinkius account to connect Kandji to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Test MDM logic inside Cursor
`list_blueprints` pulls your actual device categorization data straight into your code editor. When you write custom deployment scripts, Cursor's agent fetches the real blueprint IDs. You stop hardcoding dummy variables and start building against your actual infrastructure. The AI uses `get_organization` to verify tenant details before executing API calls. If you write a script to migrate devices between groups, Cursor checks the live state first. Your code works on the first run.
Code against live security policies
`list_parameters` exposes every available security control in your library. You ask the agent to write a Python script auditing local firewall rules, and it knows exactly which parameters to check. The MCP Server bridges the gap between your IDE and your fleet. You can also map these policies to specific employees using `list_users`. Cursor writes the logic to cross-reference HR data with active Apple devices. You build compliance reports without leaving your IDE.
Script remote actions safely
`list_commands` returns the recent history of remote actions sent to your managed Macs. When you build automated response playbooks, Cursor reads these logs to understand the payload structure. You see exactly how a remote lock or wipe request formats its JSON. Tracking the results happens through `list_activity`. Your automated scripts can poll this endpoint to verify that a configuration profile actually applied. Cursor helps you write the retry logic based on real API responses.
Set up Kandji MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Kandji MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Kandji transactions." If the MCP tools are loaded correctly, Cursor will call the Kandji tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"kandji-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Kandji. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Kandji MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Kandji MCP today
We host it, we monitor it, we maintain it. You just paste one token.