Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Salesforce DX MCP Server logo
MCP server

Salesforce DX MCP Server

Salesforce CLI team's MCP server for querying orgs and shipping metadata.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @salesforce/mcp --orgs DEFAULT_TARGET_ORG
mcpServers
{
  "mcpServers": {
    "salesforce-dx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@salesforce/mcp",
        "--orgs",
        "DEFAULT_TARGET_ORG"
      ]
    }
  }
}
Transport
stdio
Runtime
Node
Auth
Required
License
Apache-2.0
Tools
run_soql_querydeploy_metadataretrieve_metadatarun_apex_testcreate_lwc_component_from_prd

Built by the group behind the Salesforce CLI, the server reuses orgs you have already authorised locally instead of asking for credentials of its own, and each session names which orgs it may touch through an --orgs flag. Toolsets are grouped by job: SOQL queries, metadata deploy and retrieve, Apex test runs and Lightning component scaffolding. It is distributed under Apache 2.0 on npm.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?