Skip to main content

Set Up MCP with Claude Desktop

This guide will walk you through the process of connecting the SailPoint MCP server using Claude Desktop.

warning

Before configuring this integration, please confirm with your organization's administrator whether the integration is allowed with this AI provider. SailPoint does not bear any responsibility in this regard.

Prerequisites

Before you begin, ensure you have the following:

  • Claude Desktop installed and configured on your system
  • Access credentials for your MCP server

Step 1: Open claude desktop

Open Claude Desktop and complete the normal setup. You will then be presented with the following screen:

Claude Desktop

Step 2: Open claude desktop developer settings

Select Claude in your menu bar, select Settings

Claude Developer Settings

Then select Developer

Claude Developer

Finally, select edit config

Claude Config

This will take you to the Claude Desktop config file in your filesystem claude_desktop_config.json. Open this file in your preferred editor.

Copy and paste the following snippet.

Replace [tenant] with your tenant name. For example:

  • If your SailPoint URL is https://acme.identitynow.com, use acme
  • Full URL would be: https://acme.api.identitynow.com/v2025/access-requests/mcp

Replace your_auth_token_here with your authorization token

{
"mcpServers": {
"SailPoint MCP": {
"command": "npx",
"args": [
"mcp-remote@latest",
"https://[tenant].api.cloud.sailpoint.com/v2025/access-requests/mcp",
"--debug",
"--header",
"Authorization: Bearer ${AUTH_TOKEN}"
],
"env": {
"AUTH_TOKEN": "your_auth_token_here"
}
}
}
}

Restart claude and check for MCP tools

  1. This is required to pick up the new config

  2. Select the Tools icon at the bottom of the new chat UI. You will see SailPoint MCP among the tools listed:

    Claude Tools

  3. Ensure all four tools are enabled:

    Claude Tool Details

Try it out!

You can now ask Claude questions like "What can I request access to?” or “What is the status of my access request?” or “Cancel access request XYZ”

For more information about the tools, refer to the SailPoint MCP tool documentation.