A Model Context Protocol server implementation for interacting with Salesforce through its REST API.
Execute SOQL queries against your Salesforce instance. Parameters: query (string)
Get metadata about a Salesforce object. Parameters: objectName (string)
Create a new record. Parameters: objectName (string), data (object with record fields)
Update an existing record. Parameters: objectName (string), data (object with record fields including Id)
Delete a record. Parameters: objectName (string), id (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs