SurajAdsul_mcp-server-salesforce
0
The Salesforce MCP Server integrates Salesforce with Claude, enabling natural language interactions with Salesforce data and metadata. This implementation provides features like smart object search and detailed schema information, aiming to improve user interaction with Salesforce objects and records.
Salesforce MCP Server
An MCP server implementation integrating Salesforce with Claude for natural language interactions. Key features include:
- Object and Field Management: Create and modify custom objects and fields.
- Smart Object Search: Find Salesforce objects with partial name matches.
- Schema Information: Detailed object field and relationship details.
- Data Queries: Query records with complex filters.
- Data Manipulation: Insert, update, delete, and upsert records.
- Cross-Object Search: Use SOSL for multi-object searches.
- Error Handling: Intuitive feedback with Salesforce-specific errors.
Installation
Global installation using npm.
Setup
Supports Salesforce Authentication via Username/Password or OAuth2.
IDE Integration
Available for Cursor IDE and Claude Desktop setup.
Required Environment Variables
Details provided for both authentication methods.