S

Salesforce Cloud

Salesforce CRM integration providing opportunity intelligence, conversation analysis, business case generation, and CRUD operations.

Salesforce·No reviews yet
Repo Docs
Share:

About

Salesforce CRM integration providing opportunity intelligence, conversation analysis, business case generation, and CRUD operations.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Salesforce Cloud.

What core functionalities does the Salesforce Cloud MCP provide?
This MCP integrates with Salesforce CRM to offer opportunity intelligence, conversation analysis, business case generation, and standard CRUD (Create, Read, Update, Delete) operations. It streamlines Salesforce interactions within an MCP client.
How can I integrate Salesforce Cloud with an MCP client like Cursor?
Integration typically involves installing the MCP within your client's extension or plugin manager, then configuring it to connect to your Salesforce instance. Specific steps depend on the client's interface and the MCP's deployment.
Does the Salesforce Cloud MCP require an API key or other credentials?
The provided information states the authentication type is 'none'. However, connecting to a Salesforce CRM instance generally requires valid Salesforce user credentials or an authenticated session.
What specific operations are available through this Salesforce Cloud integration?
This integration enables operations such as analyzing sales conversations, generating business cases based on CRM data, and performing CRUD operations on Salesforce records. It expands on basic CRM functionality within the MCP environment.
Is there a cost associated with using the Salesforce Cloud MCP?
The MCP itself is open source via its GitHub repository, suggesting no direct cost for the MCP software. However, Salesforce CRM is a commercial product, and its usage incurs costs determined by Salesforce.
What is a potential prerequisite for using the Salesforce Cloud MCP?
A primary prerequisite for this MCP is an active and properly configured Salesforce CRM instance. Its functionalities rely directly on access to and data from a Salesforce environment.

Install Salesforce Cloud

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-salesforce-cloud"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "salesforce-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-salesforce-cloud"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "salesforce-cloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-salesforce-cloud"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.