MCP Salesforce connector
MCP Salesforce Connector
A Model Context Protocol (MCP) server implementation for Salesforce integration, allowing LLMs to interact with Salesforce data through SOQL queries and SOSL searches.
Features
- Execute SOQL (Salesforce Object Query Language) queries
- Perform SOSL (Salesforce Object Search Language) searches
- Retrieve metadata for Salesforce objects, including field names, labels, and types
- Retrieve, create, update, and delete records
- Execute Tooling API requests
- Execute Apex REST requests
- Make direct REST API calls to Salesforce
Configuration
Model Context Protocol
To use this server with the Model Context Protocol, you need to configure it in your claude_desktop_config.json
file. Add the following entry to the mcpServers
section:
{
"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"
}
}
}
}
Replace YOUR_SALESFORCE_USERNAME
, YOUR_SALESFORCE_PASSWORD
, and YOUR_SALESFORCE_SECURITY_TOKEN
with your Salesforce credentials.
前提条件
- •サーバーのドメインに精通している
- •関連技術の基本的な理解
- •Developer Toolsの知識
おすすめのサーバー
詳細
もっと見る
Twitter Mcp
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.
Redis Mcp Server
A Redis Model Context Protocol (MCP) server implementation for interacting with Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Obsidian Mcp
A simple MCP server for Obsidian
Json Mcp Server
JSON handling and processing microservice server