MCP Directory
Back

salesforce-mcp-server

by jaworjar95 · TypeScript · ★ 41

A comprehensive Model Context Protocol (MCP) server that provides seamless Salesforce integration for AI development tools like Claude Desktop, Cline, and other MCP-compatible clients.

Install

npx -y github:jaworjar95/salesforce-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "salesforce-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:jaworjar95/salesforce-mcp-server"
      ]
    }
  }
}

From the README

A comprehensive Model Context Protocol (MCP) server that provides seamless Salesforce integration for AI development tools like Claude Desktop, Cline, and other MCP-compatible clients. - **** - Execute SOQL queries with auto-bulk switching and pagination - **** - Multi-object search with result aggregation - **** - SObject metadata with intelligent caching - **** - Anonymous Apex execution with debug log capture - **** - Apex test execution with coverage reporting - **** - Debug log retrieval with filtering - **** - Single/bulk record creation with auto-bulk switching - **** - Record retrie…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers