Salesforce Service Cloud Connector for AI agents.
8 live capabilities
Manage support tickets and knowledge base articles directly through your AI client.
Waiting for input…
Why people use Salesforce Service Cloud
Salesforce Service Cloud for Faster Support Ticket Management
This Connector lets your AI agent do that work for you. You stay in your primary workspace while the agent pulls the right articles and updates the ticket status in the background. You get to focus on the person, not the paperwork.
What Vinkius changes
It turns your CRM into a searchable, actionable database for your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a troubleshooting fix
An agent needs to know how to fix a login error.
- Real-world use case 02
Getting a status report
A manager needs a status report.
- Real-world use case 03
Logging a new bug
A customer reports a 404 error.
Complete set · 8capabilities
The complete Salesforce Service Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Salesforce Service Cloud.
01—04
4 capabilities in this set.
Part of 8 available through Salesforce Service Cloud.
- 01 Capability
Sf add case comment
Add a note to a case that is either visible to the customer or kept for internal use only. Use this to log agent responses or private instructions.
- 02 Capability
Sf create case
Create a new support ticket with a subject, description, and links to the relevant account and contact. This logs the start of a new issue.
- 03 Capability
Sf case metrics
Get a breakdown of cases grouped by status and priority for high-level reporting. Use this for team dashboards and capacity planning.
- 04 Capability
Sf cases by status
Pull all cases that are currently New, Working, Escalated, or Closed for queue management. This helps you see what needs attention.
05—08
4 capabilities in this set.
Part of 8 available through Salesforce Service Cloud.
- 05 Capability
Sf search cases
Search for specific support issues using a case number or a subject keyword. This finds specific issues quickly without manual filtering.
- 06 Capability
Sf case comments
View the full history of comments on a specific case to see what has already been discussed. This provides context before you respond.
- 07 Capability
Sf search knowledge
Find published articles in your knowledge base to get answers to common customer questions. This helps find documented solutions fast.
- 08 Capability
Sf update case
Change the status, priority, or description of an existing case to reflect its current progress. Use this to escalate or close tickets.
Set up in minutes
One URL. Then ask Salesforce Service Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Salesforce Service Cloud from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Salesforce Service Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Salesforce Service Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Salesforce Service Cloud URL.
- Step 03
Save and start
Save the connection and enable Salesforce Service Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-service-cloud": {
"url": "https://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Salesforce Service Cloud
Open Agent mode in chat and ask: "Using Salesforce Service Cloud, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-service-cloud": {
"url": "https://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Salesforce Service Cloud
Ask Copilot: "Using Salesforce Service Cloud, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-service-cloud": {
"url": "https://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Salesforce Service Cloud
Open Cascade and ask: "Using Salesforce Service Cloud, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"salesforce-service-cloud": {
"url": "https://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Salesforce Service Cloud
Ask Cline: "Using Salesforce Service Cloud, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add salesforce-service-cloud --transport http "https://edge.vinkius.com/vk_preview_KdDlq0Ckno1sO3tmxIrcfXtlGyLNm1znPiejmNqh/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Salesforce Service Cloud
Ask Claude: "Using Salesforce Service Cloud, show me...". 8 tools are ready
Where the request belongs
Work Salesforce can move forward.
Support managers who need a bird's eye view of team capacity and agents who want to spend less time on manual data entry.
Customer Support Agent
Resolving tickets faster by pulling knowledge articles and updating case statuses during a live chat.
CS Manager
Checking team metrics to see how many New or Escalated cases are currently in the queue.
Success Team Member
Looking up historical case data to understand a customer's past issues before a renewal call.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsZoho CRM Service
Manage support cases and knowledge base solutions. customer service operations through Zoho CRM.
Salesforce
Connect your Salesforce CRM to any AI agent. query records with SOQL, manage accounts, contacts, opportunities, run reports, and perform CRUD operations.
Salesforce Admin & Metadata
Manage users, explore object schemas, monitor org limits, search metadata, execute Apex, and audit profiles through natural conversation.
Salesforce Files & Notes
Search files, manage attachments, create notes, and access documents linked to any Salesforce record through natural conversation.
Pylon
Automate B2B support and CRM via Pylon. manage issues, accounts, and knowledge bases with AI.
Kayako
Manage support tickets, users, and knowledge base articles via Kayako. list cases, create users, and browse help center content directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Salesforce connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Salesforce.
The practical details behind the request, access and result.
Can the Salesforce Service Cloud MCP help my team resolve tickets faster?
Yes. It allows your AI agent to pull information from your knowledge base and update ticket statuses instantly, reducing the time spent on manual data entry.
How does the Salesforce Service Cloud MCP handle knowledge base searches?
The Connector scans your published Salesforce Knowledge articles and provides the agent with the most relevant summaries and links to help you answer customers faster.
Can I use the Salesforce Service Cloud MCP to update ticket statuses?
Absolutely. Your agent can move tickets between statuses like New, Working, and Escalated as you describe the progress in your conversation.
Does the Salesforce Service Cloud MCP work for multi-channel support?
Yes, because it connects to your central Salesforce Service Cloud data, your agent can access the same information regardless of which channel the customer is using.
Can my team see metrics using the Salesforce Service Cloud MCP?
Yes, the agent can pull aggregate data on case counts grouped by status and priority, making it easy to get a quick health check on your support queue.
How do I add internal notes using the Salesforce Service Cloud MCP?
You can tell your agent to add a comment to a specific case. You just need to specify if that note should be visible to the customer or kept for internal use.
What types of cases can I manage?
All Salesforce Case records. filter by status (New, Working, Escalated, Closed), priority (High, Medium, Low), and origin (Web, Phone, Email).
Can I search the Knowledge Base?
Yes! Searches published Knowledge articles by keyword and returns title, summary, and direct link.
Can I add comments to cases?
Yes. add internal notes or customer-visible comments to any case.
One connection away
Give your agent a direct line to Salesforce.
Connect Salesforce once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available