MCP Catalogs
Home

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
Score4277
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis 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

  1. Clone repository: git clone https://github.com/AiondaDotCom/mcp-salesforce.git
  2. Install dependencies: npm install
  3. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.