
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.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
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 Slack MCP Server enables seamless integration between AI assistants and Slack Workspaces, allowing message automation, workflow integration, and secure conn...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.