Connecting to your AI client
The final step is to connect the Cirra AI MCP Server to your AI client.
Choose your preferred client below for specific instructions.
- Claude AI
- Claude Desktop
- ChatGPT 5
- VS Code
- Cursor
- Cline
- Other
Claude AI (Web)
-
Open the "Connectors" settings
Navigate to https://claude.ai/settings/connectors
-
Click "Add custom connector"
-
Enter the following details:
- Name: Cirra AI
- Remote MCP Server URL: https://mcp.cirra.ai/mcp
Then click Add
-
Click Connect to connect Claude to the Cirra AI MCP server
Claude Desktop
-
Open Claude Desktop Settings
- On macOS: Claude → Settings
- On Windows: File → Settings
-
Navigate to the Connectors section
-
Click "Add custom connector"
-
Enter the following details:
- Name: Cirra AI
- Remote MCP Server URL: https://mcp.cirra.ai/mcp
Then click Add
-
Click Connect to authorize Claude to connect to the Cirra AI MCP server
You may need to restart Claude Desktop for the changes to take effect
ChatGPT 5
ChatGPT MCP support is currently available only in developer mode. Check OpenAI's documentation for the latest availability.
-
Access ChatGPT Settings
Navigate to https://chatgpt.com/#settings/Connectors
-
Click Create next to Browse Connectors
-
Enter the following data
- Name: CirraAI (important: no space)
- Description: Use Cirra AI to manage Salesforce -- it can view and create both metadata and data. It can also answer questions about your Cirra AI account and connected Salesforce orgs
- Server URL: https://mcp.cirra.ai/mcp
- Authentication: leave as OAuth
-
Click the checkbox next to "I trust this application" The form should look like this:
-
Click Create
VS Code
Learn about the use of MCP servers in VS Codehere.
To add the Cirra AI MCP server:
-
Click here to add the Cirra AI MCP Server to VS Code
-
Click Open Visual Studio Code
-
You should see the installation screen
-
Click Install This should open an "Authenticating" dialog in the bottom right corner of the IDE
-
If the authentication page does not appear in your browser after a few seconds, click Cancel
In the "URL Handler" dialog that appears, click Yes
-
Click Open to open the authorization page in your web browser
If the automated installation link does not work, or your situation is more custom, follow the steps under Add an MCP server in the VS Code doc.
- If you use the MCP: Add Server command from the Command Palette the data to enter is:
- Type:
HTTP(or "Add from another application" if you have already configured Cursor or Claude Desktop) - URL: https://mcp.cirra.ai/mcp
- Server ID:
cirra-ai
- Type:
- Alternatively, if you create an
mcp.jsonfile in your wokspace or user config, use the following configuration:"cirra-ai": {
"type": "http",
"url": "https://mcp.cirra.ai/mcp"
}
Then follow the authentication steps shown above.
You may need to restart VSCode or click Restart in the setup page.
Cursor
Click the button below to add the MCP Server to Cursor:
If that does not work refer to the instructions here.
-
You will need to add the Cirra AI server configuration to
mcp.json. There are two possible locations for this file:- Project Configuration
Create the file in
.cursor/mcp.jsonin your project - Global Configuration
Create the file in
~/.cursor/mcp.jsonin your home directory
- Project Configuration
Create the file in
-
The server configuration for Cirra AI is:
"cirra-ai": {
"url": "https://mcp.cirra.ai/mcp",
}
To finish the connection, open the Cursor settings and click Connect next to the Cirra AI server

Cline
At this time Cline does not support Oauth athentication which is required for Cirra AI. See this open issue: https://github.com/cline/cline/issues/4523
Other MCP Clients
For other MCP-compatible clients that support OAuth:
General Configuration
- Server URL:
https://mcp.cirra.ai/mcp - Protocol: HTTP/MCP
- Authentication: OAuth (using your Cirra AI credentials)
Setup Steps
- Sign up for a Cirra AI account if you haven't already at https://cirra.ai/free-trial
- Check your client's MCP documentation for specific setup instructions
- Add the Cirra AI MCP server using the URL above
- Test the connection to ensure it's working
After connecting the MCP Server to your AI client, you should see an authorization request in a new tab in your browser (it may be hidden behind other windows if authorizing from an IDE or desktop app).
-
Click "Allow Access" to authorize the connection
-
Then log in using your Cirra AI account (see Setting Up if you do not have one yet)
After succesful login you will be redirected back to your AI client, or in some cases you may see a confirmation dialog.
The final step is to verify your setup
Need Help?
If your client isn't listed or you need assistance, please check our support documentation for ways to get in touch with us.