
Salesforce MCP Server Integration
The Salesforce MCP Server connects FlowHunt and AI assistants to Salesforce, enabling secure, conversational access to Salesforce data, schema, and automation v...
Connect FlowHunt with Salesforce using the Salesforce MCP Server for seamless AI-powered email automation and Apex code deployment within your CRM workflows.
The Salesforce MCP (Model Context Protocol) Server is a tool designed to facilitate seamless integration between AI assistants and Salesforce, one of the most widely used customer relationship management (CRM) platforms. By leveraging MCP, this server enables AI-powered workflows to interact programmatically with Salesforce features such as sending emails and deploying Apex code. This direct connection empowers developers and AI clients to automate various Salesforce tasks, streamline business processes, and enhance productivity by connecting large language models to critical enterprise data and actions in Salesforce. The server is particularly valuable for developers and organizations looking to augment their Salesforce usage with AI-driven automation, reducing manual effort and minimizing context-switching between tools.
No prompt templates are explicitly documented in the repository files or README.
No explicit MCP resources are listed or described in the repository files or README.
Further details about tool methods and their parameters are not documented in the repository files or README.
No specific setup instructions or configuration examples for Windsurf are provided in the repository.
npm install
utils/credentials.js
as shown in the README.claude_desktop_config.json
as a template.node server.js
{
"mcpServers": {
"salesforce": {
"command": "node",
"args": [
"/absolute/path/to/your/server.js"
],
"env": {
"SALESFORCE_USERNAME": "your_username",
"SALESFORCE_CLIENT_ID": "your_clientid",
"SALESFORCE_PRIVATE_KEY_PATH": "/path/to/private.key"
}
}
}
}
env
section above.No specific setup instructions or configuration examples for Cursor are provided in the repository.
No specific setup instructions or configuration examples for Cline are provided in the repository.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"salesforce": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “salesforce” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompts documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | Send Email, Deploy Apex Code |
Securing API Keys | ✅ | Via environment variables in config |
Sampling Support (less important in evaluation) | ⛔ | Not documented |
Does the server support Roots? Not documented
Does the server support Sampling? Not documented
Between the two tables, the Salesforce MCP server provides basic but useful Salesforce integration tools, with clear setup for Claude and general Node environments. However, documentation is sparse (especially for prompts/resources), and support for multiple platforms or advanced MCP features is not detailed. I’d rate this MCP server integration a 5/10 for completeness and usability based on available information.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 5 |
Number of Stars | 3 |
The Salesforce MCP Server connects AI assistants and workflows to Salesforce, allowing programmatic access to features like sending emails and deploying Apex code. This integration enables automation and streamlines business processes within your CRM.
The Salesforce MCP Server currently provides tools for sending emails and deploying Apex code programmatically, making it easier to automate and iterate on Salesforce tasks from within FlowHunt.
Credentials should be set using environment variables in your MCP server configuration. Refer to the 'env' section in the Claude desktop config example for secure setup.
Use cases include automating Salesforce emails, deploying custom Apex logic, AI-driven CRM automation (like updating records), and enhancing sales team workflows with AI-powered actions and suggestions.
No specific setup instructions or configurations are provided for Windsurf, Cursor, or Cline in the documentation. Claude and generic Node environments are the most supported.
No prompt templates or explicit additional resources are documented in the provided repository files or README.
Supercharge your CRM operations by connecting FlowHunt to Salesforce through the MCP Server. Enable AI-driven automation for emails, code deployment, and more.
The Salesforce MCP Server connects FlowHunt and AI assistants to Salesforce, enabling secure, conversational access to Salesforce data, schema, and automation v...
The Salesforce MCP Server connects AI assistants and large language models directly to Salesforce, enabling seamless querying, record management, metadata retri...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...