MCP.so
登录

Salesforce MCP Server

@SurajAdsul

关于 Salesforce MCP Server

An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata. This server allows Claude to query, modify, and manage your Salesforce objects and records using everyday l

基本信息

分类

数据与分析

许可证

MIT

运行时

node

传输方式

stdio

发布者

SurajAdsul

提交者

Suraj Adsul

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": [
        "-y",
        "@surajadsul02/mcp-server-salesforce"
      ],
      "env": {
        "SALESFORCE_USERNAME": "",
        "SALESFORCE_PASSWORD": "",
        "SALESFORCE_TOKEN": "",
        "SALESFORCE_INSTANCE_URL": ""
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Salesforce MCP Server?

An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata. It allows Claude to query, modify, and manage Salesforce objects and records using everyday language.

How to use Salesforce MCP Server?

Install the package globally with npm install -g @surajadsul02/mcp-server-salesforce. Configure authentication using either username/password with a security token or OAuth2 with a consumer key and secret, then set the required environment variables (SALESFORCE_USERNAME, SALESFORCE_PASSWORD, etc.) in your MCP client's configuration file for Cursor IDE or Claude Desktop.

Key features of Salesforce MCP Server

  • Create and modify custom objects and fields using natural language
  • Find Salesforce objects using partial name matches
  • Get comprehensive field and relationship details for any object
  • Query records with relationship support and complex filters
  • Insert, update, delete, and upsert records with ease
  • Search across multiple objects using SOSL

Use cases of Salesforce MCP Server

  • Search for Salesforce objects using partial name matches
  • Retrieve detailed schema information for any object
  • Query records with filters and relationships
  • Create and modify custom objects and fields
  • Perform cross-object SOSL searches

FAQ from Salesforce MCP Server

What authentication methods are supported?

The server supports username/password with a security token and OAuth2 with a consumer key

评论

数据与分析 分类下的更多 MCP 服务器