Salesforce MCP Server
@kablewy
关于 Salesforce MCP Server
Model Context Protocol server for Salesforce REST API integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
数据与分析 分类下的更多 MCP 服务器
MCP Server for Data Exploration
reading-plus-aiBright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Simple PubMed
andybrandtMCP server for searching and querying PubMed medical papers/research database
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
评论