How to connect IT Trackr to Claude, Cursor, and other AI tools via the MCP protocol.
IT Trackr includes an MCP (Model Context Protocol) server that lets you query your asset data directly from AI tools like Claude Desktop and Cursor. Available on Pro and Enterprise plans.
Add the following to your Claude Desktop config file:
{
"mcpServers": {
"ittrackr": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.ittrackr.com/api/mcp"],
"env": { "AUTHORIZATION": "Bearer <your_read_only_api_key>" }
}
}
}Use a read-only API key for AI tool integrations. This limits the AI to reading data and prevents accidental writes.
Was this article helpful?