MCP Servers / communication / Salesforce MCP Server - Enhanced Edition

Salesforce MCP Server - Enhanced Edition

JSON →
nonecommunication

A Salesforce MCP server with automatic integrations for services such as WhatsApp, Slack, email, and custom webhooks.

Install
How to run this server
[ { "cmd": "npm install -g @tsmztech/mcp-server-salesforce", "imports": [] } ]
server path: salesforce-mcp-server-enhanced-edition
Tools
What this server exposes
salesforce_manage_integrations
Complete integration management: create, list, update, activate/deactivate, and delete integrations with external APIs
salesforce_quick_setup_integration
Quick setup for common integration scenarios including WhatsApp Business API, Slack webhook, email service, and custom webhook integrations
salesforce_search_objects
Search for standard and custom objects by partial name matches
salesforce_describe_object
Get detailed object schema information including fields, relationships, and picklist values
salesforce_query_records
Query records with relationship support and complex WHERE conditions
salesforce_aggregate_query
Execute aggregate queries with GROUP BY, aggregate functions, and HAVING clauses
salesforce_dml_records
Perform data operations: insert, update, delete, and upsert records
salesforce_manage_object
Create and modify custom objects with sharing settings
salesforce_manage_field
Manage object fields including relationships and automatically grant Field Level Security
salesforce_manage_field_permissions
Manage Field Level Security (Field Permissions) for specific profiles
salesforce_search_all
Search across multiple objects using SOSL with field snippets
salesforce_read_apex
Read and manage Apex classes with full source code access
salesforce_write_apex
Write and manage Apex classes with full source code access
salesforce_read_apex_trigger
Read and manage Apex triggers for any object
salesforce_write_apex_trigger
Write and manage Apex triggers for any object
salesforce_execute_anonymous
Execute anonymous Apex code for custom operations
salesforce_manage_debug_logs
Manage debug logs for Salesforce users with configurable log levels
Configuration
Environment & auth
authnone
envSALESFORCE_TOKEN
envSALESFORCE_INSTANCE_URL
envSALESFORCE_CLIENT_ID
envSALESFORCE_CLIENT_SECRET
Resources
Salesforce MCP Server - Enhanced Edition — MCP Server · libregistry