Salesforce MCP Server
@SurajAdsul
关于 Salesforce MCP Server
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with your Salesforce data and metadata. This server allows Claude to query, modify, and manage your Salesforce objects and records using everyday l
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": [
"-y",
"@surajadsul02/mcp-server-salesforce"
],
"env": {
"SALESFORCE_USERNAME": "",
"SALESFORCE_PASSWORD": "",
"SALESFORCE_TOKEN": "",
"SALESFORCE_INSTANCE_URL": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Salesforce MCP Server?
An MCP (Model Context Protocol) server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata. It allows Claude to query, modify, and manage Salesforce objects and records using everyday language.
How to use Salesforce MCP Server?
Install the package globally with npm install -g @surajadsul02/mcp-server-salesforce. Configure authentication using either username/password with a security token or OAuth2 with a consumer key and secret, then set the required environment variables (SALESFORCE_USERNAME, SALESFORCE_PASSWORD, etc.) in your MCP client's configuration file for Cursor IDE or Claude Desktop.
Key features of Salesforce MCP Server
- Create and modify custom objects and fields using natural language
- Find Salesforce objects using partial name matches
- Get comprehensive field and relationship details for any object
- Query records with relationship support and complex filters
- Insert, update, delete, and upsert records with ease
- Search across multiple objects using SOSL
Use cases of Salesforce MCP Server
- Search for Salesforce objects using partial name matches
- Retrieve detailed schema information for any object
- Query records with filters and relationships
- Create and modify custom objects and fields
- Perform cross-object SOSL searches
FAQ from Salesforce MCP Server
What authentication methods are supported?
The server supports username/password with a security token and OAuth2 with a consumer key
数据与分析 分类下的更多 MCP 服务器
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
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.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
评论