mcp-salesforce vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-salesforce by AiondaDotCom | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 16 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-salesforce · Summary
Complete MCP server for Salesforce integration with Claude Desktop, offering OAuth authentication and universal CRUD operations.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-salesforce · Use cases
- Automate data management tasks in Salesforce through AI assistants
- Integrate Salesforce data with Claude Desktop for intelligent insights
- Perform bulk operations on Salesforce records without manual login
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-salesforce · Install
Installation
Recommended: NPX Usage
Add to Claude Desktop configuration:
{
"mcpServers": {
"salesforce": {
"command": "npx",
"args": ["@aiondadotcom/mcp-salesforce"]
}
}
}Development Setup
- Clone repository:
git clone https://github.com/AiondaDotCom/mcp-salesforce.git - Install dependencies:
npm install - Use local path in Claude Desktop configuration
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}