Salesforce MCP 服务器
使用 jsforce 通过其 REST API 与 Salesforce 交互的模型上下文协议服务器实现。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Salesforce Server:
特征
- 执行 SOQL 查询
- 检索对象元数据
- 创建、更新和删除记录
- 安全身份验证处理
- 实时数据访问
设置
- 克隆存储库
- 将
.env.example
复制到.env
并填写您的 Salesforce 凭据 - 安装依赖项:
npm install
- 构建:
npm run build
- 开始:
npm start
用法
该服务器公开了几个功能:
询问
针对您的 Salesforce 实例执行 SOQL 查询:
描述对象
获取有关 Salesforce 对象的元数据:
创造
创建新记录:
更新
更新现有记录:
删除
删除记录:
安全
请确保:
- 确保
.env
文件的安全,切勿提交 - 尽可能在 Salesforce 中使用 IP 限制
- 定期轮换您的安全令牌
- 考虑为 MCP 服务器实施额外的身份验证
贡献
欢迎贡献!请提交改进的 PR。
Salesforce MCP 服务器
使用 jsforce 通过其 REST API 与 Salesforce 交互的模型上下文协议服务器实现。
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Salesforce Server:
特征
- 执行 SOQL 查询
- 检索对象元数据
- 创建、更新和删除记录
- 安全身份验证处理
- 实时数据访问
设置
- 克隆存储库
- 将
.env.example
复制到.env
并填写您的 Salesforce 凭据 - 安装依赖项:
npm install
- 构建:
npm run build
- 开始:
npm start
用法
该服务器公开了几个功能:
询问
针对您的 Salesforce 实例执行 SOQL 查询:
描述对象
获取有关 Salesforce 对象的元数据:
创造
创建新记录:
更新
更新现有记录:
删除
删除记录:
安全
请确保:
- 确保
.env
文件的安全,切勿提交 - 尽可能在 Salesforce 中使用 IP 限制
- 定期轮换您的安全令牌
- 考虑为 MCP 服务器实施额外的身份验证
贡献
欢迎贡献!请提交改进的 PR。
执照
MIT 许可证
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器,使用 jsforce 通过 REST API 与 Salesforce 进行交互,允许用户执行 SOQL 查询、检索对象元数据以及对 Salesforce 记录执行 CRUD 操作。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server implementation for interacting with Salesforce through its REST API.Last updated -434TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.Last updated -92JavaScript
- -security-license-qualityA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.Last updated -Python
Infisical MCP Serverofficial
AsecurityAlicenseAqualityA Model Context Protocol server that enables interaction with Infisical APIs for secret management, allowing users to create, update, delete, and list secrets through function calling.Last updated -97320JavaScriptApache 2.0