salesforce-mcp
MCP Salesforce コネクタ
Salesforce 統合用のモデル コンテキスト プロトコル (MCP) サーバー実装。LLM が SOQL クエリと SOSL 検索を通じて Salesforce データと対話できるようにします。
特徴
SOQL(Salesforce Object Query Language)クエリを実行する
SOSL(Salesforce オブジェクト検索言語)検索を実行する
フィールド名、ラベル、タイプなどの Salesforce オブジェクトのメタデータを取得します。
レコードの取得、作成、更新、削除
ツールAPIリクエストを実行する
Apex RESTリクエストを実行する
Salesforceへの直接REST API呼び出しを行う
Related MCP server: Salesforce MCP Server by CData
構成
モデルコンテキストプロトコル
このサーバーをモデルコンテキストプロトコルで使用するには、 claude_desktop_config.jsonファイルで設定する必要があります。mcpServers セクションに次のエントリmcpServers追加してください。
{
"mcpServers": {
"salesforce": {
"command": "uvx",
"args": [
"--from",
"mcp-salesforce-connector",
"salesforce"
],
"env": {
"SALESFORCE_USERNAME": "YOUR_SALESFORCE_USERNAME",
"SALESFORCE_PASSWORD": "YOUR_SALESFORCE_PASSWORD",
"SALESFORCE_SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
}
}
}
}YOUR_SALESFORCE_USERNAME 、 YOUR_SALESFORCE_PASSWORD 、 YOUR_SALESFORCE_SECURITY_TOKEN Salesforce の資格情報に置き換えます。
Maintenance
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
- Flicense-qualityDmaintenanceThis MCP server provides tools to interact with the Salesforce Agentforce API, allowing authentication, session creation, and message exchange with Salesforce agents.10
- Alicense-qualityDmaintenanceSalesforce MCP Server by CDataMIT
- MIT
Related MCP Connectors
Salesforce MCP Pack
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/leilaabdel/MCP-Salesforce'
If you have feedback or need assistance with the MCP directory API, please join our Discord server