mobile-mcp-tools

forcedotcom/mobile-mcp-tools
★ 4 stars TypeScript 🔌 API Integration Updated 2mo ago
A collection of MCP servers and tools for Salesforce Mobile use cases
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mobile-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "forcedotcom/mobile-mcp-tools"
      ]
    }
  }
}