MCP.so
ログイン

Salesforce MCP Server

@kablewy

Salesforce MCP Server について

Model Context Protocol server for Salesforce REST API integration

基本情報

カテゴリ

データと分析

トランスポート

stdio

公開者

kablewy

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "salesforce-mcp-server-kablewy": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "salesforce-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Salesforce MCP Server?

Salesforce MCP Server is a Model Context Protocol (MCP) server that enables AI assistants to interact with Salesforce via its REST API using jsforce. It provides secure, real-time access to Salesforce data for querying, metadata retrieval, and record management.

How to use Salesforce MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install salesforce-mcp-server --client claude) or manually: clone the repo, copy .env.example to .env, fill in Salesforce credentials, run npm install, npm run build, and npm start. The server exposes five functions: query, describe-object, create, update, and delete.

Key features of Salesforce MCP Server

  • Execute SOQL queries
  • Retrieve object metadata
  • Create, update, and delete records
  • Secure authentication handling
  • Real-time data access

Use cases of Salesforce MCP Server

  • Query Salesforce objects using SOQL (e.g., Accounts)
  • Describe metadata of any Salesforce object
  • Create new records (e.g., Contacts)
  • Update existing records (e.g., change email)
  • Delete records by ID

FAQ from Salesforce MCP Server

How do I install Salesforce MCP Server?

Use the Smithery CLI command or manually clone the repo, copy .env.example to .env, run npm install, npm run build, and npm start.

What Salesforce operations does it support?

It supports SOQL queries, object metadata retrieval, and full CRUD (create, update, delete) operations.

How do I authenticate with Salesforce?

Provide your Salesforce credentials (username, password, and likely security token) in the .env file as described in the Setup section.

What security measures are recommended?

Keep your .env file secure, enable IP restrictions in Salesforce, regularly rotate your security token, and consider additional authentication for the MCP server.

Is the Salesforce MCP Server open source?

Yes, it is released under the MIT License.

コメント

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