Salesforce TypeScript Connector
JSON →Interact with Salesforce data using SOQL queries, SOSL searches, and CRUD operations via a TypeScript MCP server.
Tools · 11
- authenticate_password Authenticate using username/password with OAuth
- run_soql_query Execute SOQL queries
- run_sosl_search Execute SOSL searches
- get_object_fields Get metadata for Salesforce objects
- get_record Retrieve specific records by ID
- create_record Create new records
- update_record Update existing records
- delete_record Delete records
- tooling_execute Execute Tooling API requests
- apex_execute Execute Apex REST requests
- restful Make direct REST API calls
Environment variables
SALESFORCE_CLIENT_IDSALESFORCE_CLIENT_SECRETSALESFORCE_SECURITY_TOKENSALESFORCE_ACCESS_TOKENSALESFORCE_INSTANCE_URLSF_CONSUMER_KEYSF_CONSUMER_SECRETSF_SECURITY_TOKENCLIENT_IDCLIENT_SECRET
Links
★ 2 GitHub stars