Kablewy Salesforce MCP Server
The Salesforce MCP server is a REST API implementation based on jsforce, used to interact with the Salesforce platform, providing functions such as data query, metadata retrieval, record creation, deletion, and modification, and includes a secure authentication mechanism.
rating : 2.5 points
downloads : 23
What is the Salesforce MCP Server?
The Salesforce MCP Server is a middleware service that allows non - technical users to interact with the Salesforce platform through simple JSON instructions. It encapsulates complex API calls and provides a standardized data operation interface.How to use the Salesforce MCP Server?
By sending formatted JSON requests to the server endpoint, you can perform operations such as queries, getting object information, creating/updating/deleting records, without directly dealing with the complexity of the Salesforce API.Applicable scenarios
Suitable for scenarios where Salesforce data needs to be integrated into other systems, or when providing simplified data access tools for business users. Typical use cases include data report generation, customer information management, and system integration.Main features
Data queryUse the SOQL query language to retrieve data in Salesforce, supporting complex condition filtering and field selection.
Metadata accessGet the structural information of Salesforce objects, including fields, relationships, and validation rules.
Record operationsFull CRUD (Create, Read, Update, Delete) functions, supporting batch operations.
Secure authenticationBuilt - in OAuth2.0 authentication process, securely stores access credentials.
Advantages and limitations
Advantages
Simplify the complexity of the Salesforce API and provide a unified interface
Support standardized JSON request/response formats
Built - in security mechanisms to protect sensitive data
Can be used without in - depth knowledge of the Salesforce platform details
Limitations
The performance may be slightly lower than direct API calls
The functions are limited by the scope of the implemented interfaces
Requires additional maintenance of server infrastructure
How to use
Environment preparation
Install the Node.js runtime environment (recommended v16+) and clone the project repository.
Configure authentication
Copy the.env.example file to.env and fill in your Salesforce login credentials and security token.
Install dependencies
Run npm install to install all necessary dependency packages.
Start the service
Compile and start the MCP server.
Usage examples
Query customer dataGet the basic information of the latest 5 modified customer accounts.
Create a new contactAdd a new contact record to the system.
Frequently Asked Questions
How to get the Salesforce security token?
What is the maximum number of records that can be returned in a query result?
What should I do if the service fails to start?
Related resources
Salesforce official documentation
Complete API reference documentation for the Salesforce platform
jsforce library documentation
The Salesforce JavaScript connection library used in this project
Example project repository
Example code covering various use cases
Featured MCP Services

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
141
4.5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
86
4.3 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
830
4.3 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
565
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
282
4.5 points

Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points