drio
Open app

Salesforce MCP Server

Source

Salesforce MCP Server

Catalog onlyCatalog onlySTDIO

Overview

Salesforce MCP Server is an implementation of the Model Context Protocol (MCP) that integrates Claude with Salesforce, allowing users to interact with Salesforce data and metadata using natural language.

To use the Salesforce MCP Server, install it via npm and configure your Salesforce credentials. You can then use natural language commands to manage Salesforce objects and records.

  • Object and Field Management: Create and modify custom objects and fields using natural language. - Smart Object Search: Find Salesforce objects using partial name matches. - Detailed Schema Information: Get comprehensive field and relationship details for any object. - Flexible Data Queries: Query records with relationship support and complex filters. - Data Manipulation: Insert, update, delete, and upsert records with ease. - Cross-Object Search: Search across multiple objects using SOSL. - Intuitive Error Handling: Clear feedback with Salesforce-specific error details.
  1. Managing Salesforce objects and fields through natural language.
  2. Querying Salesforce records with complex relationships.
  3. Searching for objects and fields efficiently.

Add to your AI client

Use these steps to connect Salesforce MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-salesforce-tsmztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-salesforce-tsmztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-salesforce-tsmztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-salesforce-tsmztech": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-salesforce-tsmztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-salesforce-tsmztech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-salesforce-tsmztech"
      ]
    }
  }
}

FAQ

Can I use natural language for all Salesforce operations?

Yes! The server allows natural language commands for various operations.

Is there a specific installation process?

Yes! You can install it using npm and set up your Salesforce credentials.

What kind of queries can I perform?

You can perform flexible data queries, including complex filters and relationship queries.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":999,"uuid":"5fbc25a5-a8b0-46ea-bd94-752dd90d82c7","name":"mcp-server-salesforce","title":"Salesforce MCP Server","description":"Salesforce MCP Server","avatar_url":"https://avatars.githubusercontent.com/u/194746566?v=4","created_at":"$D2025-01-28T02:23:41.734Z","updated_at":"$D2025-02-23T07:13:16.460Z","status":"created","author_name":"tsmztech","author_avatar_url":"https://avatars.githubusercontent.com/u/194746566?v=4","tags":"server,mcp,salesforce,claude,modelcontextprotocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/tsmztech/mcp-server-salesforce","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/830635c831b7cd23dd4cdf63bd730bc9b099d1e7871b46e048bd2fdef3be270f/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f6b71656e6961776272362f6261646765","type":null,"metadata":"{\"star\":\"15\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-11 20:29:49\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Salesforce MCP Server — MCP Registry