Salesforce

v1.0.0Business Applicationsstable

A comprehensive server that transforms Claude Desktop into a Salesforce IDE for managing metadata, executing SOQL queries, and automating multi-org operations. It provides 60 optimized tools for intelligent debugging, bulk data management, and Apex t

claudemcpmodelcontextprotocolsalesforceserver
Share:
156
Stars
0
Downloads
0
Weekly
0/5

What is Salesforce?

Salesforce is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to comprehensive server that transforms claude desktop into a salesforce ide for managing metadata, executing soql queries, and automating multi-org operations. it provides 60 optimized tools for intelli...

A comprehensive server that transforms Claude Desktop into a Salesforce IDE for managing metadata, executing SOQL queries, and automating multi-org operations. It provides 60 optimized tools for intelligent debugging, bulk data management, and Apex t

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A comprehensive server that transforms Claude Desktop into a

Use Cases

Access Salesforce CRM data and operations
Query records and manage relationships
Natural language Salesforce integration
tsmztech

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx salesforce-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Salesforce

The Salesforce MCP Server transforms Claude Desktop into a powerful Salesforce development environment, providing over 60 tools for metadata management, SOQL/SOSL queries, Apex code execution, and multi-org operations. It supports three authentication methods — Salesforce CLI, username/password, and OAuth 2.0 client credentials — making it flexible for both developers and administrators. With it, you can query records with complex filters, manage custom objects and fields, write and execute Apex classes and triggers, run anonymous code, and manage debug logs entirely through natural language.

Prerequisites

  • Node.js 18 or later installed
  • A Salesforce org (Developer Edition, Sandbox, or Production) with appropriate permissions
  • One of: Salesforce CLI authenticated (recommended), username/password with security token, or OAuth 2.0 Client ID and Secret
  • An MCP-compatible client such as Claude Desktop
1

Choose your Salesforce authentication method

The server supports three connection types. The easiest is Salesforce CLI: install it (npm install -g @salesforce/cli), run 'sf org login web', and authorize your org. Alternatively, use username/password with security token (found in Salesforce Settings > Reset My Security Token), or OAuth 2.0 client credentials from a Connected App.

npm install -g @salesforce/cli
sf org login web
2

Install the MCP server package

Install the Salesforce MCP server globally so it is available as a command.

npm install -g @tsmztech/mcp-server-salesforce
3

Add the server to your MCP client configuration (Salesforce CLI method)

Open your Claude Desktop configuration file and add the Salesforce server with the CLI connection type. This is the simplest setup if you already have the Salesforce CLI authenticated.

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": ["salesforce-mcp-server"],
      "env": {
        "SALESFORCE_CONNECTION_TYPE": "Salesforce_CLI"
      }
    }
  }
}
4

Add the server (username/password method, alternative)

If you prefer username and password authentication, use this configuration instead. Your security token is appended to your password in the SALESFORCE_TOKEN field.

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": ["salesforce-mcp-server"],
      "env": {
        "SALESFORCE_CONNECTION_TYPE": "User_Password",
        "SALESFORCE_USERNAME": "[email protected]",
        "SALESFORCE_PASSWORD": "yourpassword",
        "SALESFORCE_TOKEN": "yoursecuritytoken",
        "SALESFORCE_INSTANCE_URL": "https://login.salesforce.com"
      }
    }
  }
}
5

Restart Claude Desktop and verify connection

Save the configuration and restart Claude Desktop. Ask Claude to list Salesforce objects to confirm the connection is working. You should see metadata from your Salesforce org.

Salesforce Examples

Client configuration

Example using OAuth 2.0 Client Credentials. The SALESFORCE_INSTANCE_URL must be the exact My Domain URL from your Salesforce org.

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": ["salesforce-mcp-server"],
      "env": {
        "SALESFORCE_CONNECTION_TYPE": "OAuth_2.0_Client_Credentials",
        "SALESFORCE_CLIENT_ID": "your_connected_app_client_id",
        "SALESFORCE_CLIENT_SECRET": "your_connected_app_client_secret",
        "SALESFORCE_INSTANCE_URL": "https://your-domain.my.salesforce.com"
      }
    }
  }
}

Prompts to try

These prompts demonstrate querying, metadata inspection, Apex execution, and debug log management.

- "List all Salesforce objects related to Accounts"
- "What fields are available on the Opportunity object?"
- "Get all Accounts created this month with their owner names"
- "Count open opportunities by stage and show as a table"
- "Show me all Apex classes with 'Controller' in the name"
- "Enable debug logs for [email protected] at FINEST level"
- "Search for 'cloud migration' across Accounts and Opportunities"

Troubleshooting Salesforce

Authentication fails with 'INVALID_LOGIN' error using username/password

Salesforce security tokens are separate from passwords and reset when you change your password. Go to Settings > Reset My Security Token to get a fresh token. Also check that SALESFORCE_INSTANCE_URL is correct — use https://test.salesforce.com for sandboxes.

OAuth 2.0 returns 'invalid_client' or 'unauthorized_client'

Ensure the Connected App in Salesforce has 'Client Credentials Flow' enabled under OAuth Settings. The SALESFORCE_INSTANCE_URL must exactly match your org's My Domain URL (e.g., https://mycompany.my.salesforce.com), not the generic login URL.

Apex execution fails or times out

Anonymous Apex via salesforce_execute_anonymous has governor limits. For complex operations, break them into smaller batches. Check the debug logs using salesforce_manage_debug_logs to get detailed error traces.

Frequently Asked Questions about Salesforce

What is Salesforce?

Salesforce is a Model Context Protocol (MCP) server that comprehensive server that transforms claude desktop into a salesforce ide for managing metadata, executing soql queries, and automating multi-org operations. it provides 60 optimized tools for intelligent debugging, bulk data management, and apex t It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Salesforce?

Follow the installation instructions on the Salesforce GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Salesforce?

Salesforce works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Salesforce free to use?

Yes, Salesforce is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Salesforce Alternatives — Similar Business Applications Servers

Looking for alternatives to Salesforce? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Salesforce?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides