Example | Configure the MCP connection using Claude Desktop
For this example, you are configuring AI assistant integration with Digi Remote Manager using Claude Desktop. However, you can use other MCP-compatible AI clients.
|
Parameter |
Value |
|---|---|
| MCP server URL | https://remotemanager.digi.com/mcp |
| Transport | mcp-remote or HTTP |
| Authentication header | X-API-KEY-ID |
| Authentication header | X-API-KEY-SECRET |
Note Refer to your MCP client's documentation for the exact configuration format.
Claude Desktop connects to the Digi Remote Manager MCP
Model Context Protocol Server using the mcp-remote bridge.
-
Locate the configuration file.
Operating system
File location
MacOS ~/Library/Application Support/Claude/claude_desktop_config.json Windows %APPDATA%\\Claude\\claude_desktop_config.json Tip Create the configuration file if it does not exist.
-
Add the following MCP server configuration, replacing placeholders with your API credentials.
Copy{
"mcpServers": {
"drm-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://remotemanager.digi.com/mcp",
"--header",
"X-API-KEY-ID:your-api-key-id",
"--header",
"X-API-KEY-SECRET:your-api-key-secret"
]
}
}
}Tip If other MCP servers are already defined, add the drm-mcp entry within the existing mcpServers object.
-
Restart the Claude Desktop.
Completely quit and restart Claude Desktop. The Digi Remote Manager application should appear in the tools list.
-
Verify the connection by asking a simple question such as How many devices are in my DRM account?
If successful, the AI assistant will query Digi Remote Manager and return a result using the MCP tools.