Skip to main content
Glama
kablewy
by kablewy

Salesforce MCP 服务器

铁匠徽章

使用 jsforce 通过其 REST API 与 Salesforce 交互的模型上下文协议服务器实现。

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Salesforce Server:

npx -y @smithery/cli install salesforce-mcp-server --client claude

特征

  • 执行 SOQL 查询

  • 检索对象元数据

  • 创建、更新和删除记录

  • 安全身份验证处理

  • 实时数据访问

Related MCP server: Salesforce MCP Server

设置

  1. 克隆存储库

  2. .env.example复制到.env并填写您的 Salesforce 凭据

  3. 安装依赖项: npm install

  4. 构建: npm run build

  5. 开始: npm start

用法

该服务器公开了几个功能:

询问

针对您的 Salesforce 实例执行 SOQL 查询:

{
  "name": "query",
  "parameters": {
    "query": "SELECT Id, Name FROM Account LIMIT 5"
  }
}

描述对象

获取有关 Salesforce 对象的元数据:

{
  "name": "describe-object",
  "parameters": {
    "objectName": "Account"
  }
}

创造

创建新记录:

{
  "name": "create",
  "parameters": {
    "objectName": "Contact",
    "data": {
      "FirstName": "John",
      "LastName": "Doe",
      "Email": "john.doe@example.com"
    }
  }
}

更新

更新现有记录:

{
  "name": "update",
  "parameters": {
    "objectName": "Contact",
    "data": {
      "Id": "003XXXXXXXXXXXXXXX",
      "Email": "new.email@example.com"
    }
  }
}

删除

删除记录:

{
  "name": "delete",
  "parameters": {
    "objectName": "Contact",
    "id": "003XXXXXXXXXXXXXXX"
  }
}

安全

请确保:

  • 确保.env文件的安全,切勿提交

  • 尽可能在 Salesforce 中使用 IP 限制

  • 定期轮换您的安全令牌

  • 考虑为 MCP 服务器实施额外的身份验证

贡献

欢迎贡献!请提交改进的 PR。

Salesforce MCP 服务器

使用 jsforce 通过其 REST API 与 Salesforce 交互的模型上下文协议服务器实现。

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Salesforce Server:

npx -y @smithery/cli install salesforce-mcp-server --client claude

特征

  • 执行 SOQL 查询

  • 检索对象元数据

  • 创建、更新和删除记录

  • 安全身份验证处理

  • 实时数据访问

设置

  1. 克隆存储库

  2. .env.example复制到.env并填写您的 Salesforce 凭据

  3. 安装依赖项: npm install

  4. 构建: npm run build

  5. 开始: npm start

用法

该服务器公开了几个功能:

询问

针对您的 Salesforce 实例执行 SOQL 查询:

{
  "name": "query",
  "parameters": {
    "query": "SELECT Id, Name FROM Account LIMIT 5"
  }
}

描述对象

获取有关 Salesforce 对象的元数据:

{
  "name": "describe-object",
  "parameters": {
    "objectName": "Account"
  }
}

创造

创建新记录:

{
  "name": "create",
  "parameters": {
    "objectName": "Contact",
    "data": {
      "FirstName": "John",
      "LastName": "Doe",
      "Email": "john.doe@example.com"
    }
  }
}

更新

更新现有记录:

{
  "name": "update",
  "parameters": {
    "objectName": "Contact",
    "data": {
      "Id": "003XXXXXXXXXXXXXXX",
      "Email": "new.email@example.com"
    }
  }
}

删除

删除记录:

{
  "name": "delete",
  "parameters": {
    "objectName": "Contact",
    "id": "003XXXXXXXXXXXXXXX"
  }
}

安全

请确保:

  • 确保.env文件的安全,切勿提交

  • 尽可能在 Salesforce 中使用 IP 限制

  • 定期轮换您的安全令牌

  • 考虑为 MCP 服务器实施额外的身份验证

贡献

欢迎贡献!请提交改进的 PR。

执照

MIT 许可证

MIT License

Copyright (c) 2024 Kablewy,LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
    14
    179
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables interaction with Salesforce through REST API using jsforce, allowing users to execute SOQL queries, retrieve object metadata, and perform CRUD operations on Salesforce records.
    62
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables interaction with Salesforce through REST, Bulk API, and SOQL for comprehensive CRM management across objects like Leads, Accounts, and Opportunities. It provides a structured interface for performing CRUD operations and executing complex queries via the Model Context Protocol.

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kablewy/salesforce-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server