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

コメント

「データと分析」の他のコンテンツ