MCP server
Salesforce DX MCP Server
Salesforce CLI team's MCP server for querying orgs and shipping metadata.
Add it to your client
OfficialInstall
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.
Similar MCP servers
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Supabase MCP Server
MCP serverHosted endpoint connecting agents to Supabase projects and their Postgres.
DatabasesCloud Platforms & Infrastructure
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment