MCP Salesforce コネクタ
Salesforce 統合用のモデル コンテキスト プロトコル (MCP) サーバー実装。LLM が SOQL クエリと SOSL 検索を通じて Salesforce データと対話できるようにします。
特徴
SOQL(Salesforce Object Query Language)クエリを実行する
SOSL(Salesforce オブジェクト検索言語)検索を実行する
フィールド名、ラベル、タイプなどの Salesforce オブジェクトのメタデータを取得します。
レコードの取得、作成、更新、削除
ツールAPIリクエストを実行する
Apex RESTリクエストを実行する
Salesforceへの直接REST API呼び出しを行う
構成
モデルコンテキストプロトコル
このサーバーをモデルコンテキストプロトコルで使用するには、 claude_desktop_config.jsonファイルで設定する必要があります。mcpServers セクションに次のエントリmcpServers追加してください。
YOUR_SALESFORCE_USERNAME 、 YOUR_SALESFORCE_PASSWORD 、 YOUR_SALESFORCE_SECURITY_TOKEN Salesforce の資格情報に置き換えます。
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.
Tools
LLM が SOQL クエリ、SOSL 検索、レコード管理などのさまざまな API 操作を通じて Salesforce データと対話できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -5021MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -MIT License
- -security-license-qualityA Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.Last updated -0
- -security-license-qualityA Model Context Protocol server that allows execution of SOQL queries and interaction with Salesforce data through a standardized interface.Last updated -