MCP Catalogs
Home

time vs MCP-Salesforce

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
MCP-Salesforce
by smn2gnt
Stars★ 85,748★ 178
30d uses
Score7750
Official
Categories
ProductivityDeveloper ToolsCommunication
DatabaseDeveloper ToolsProductivity
LanguageTypeScriptPython
Last committhis month1 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

MCP-Salesforce · Summary

MCP Salesforce Connector enables LLMs to interact with Salesforce data through SOQL queries and SOSL searches.

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 · Use cases

  • LLMs querying Salesforce data for customer insights
  • Automating Salesforce data management through natural language
  • Integrating Salesforce information into AI-powered workflows

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"]
    }
  }
}

MCP-Salesforce · Install

  1. Install the package using uvx: uvx install mcp-salesforce-connector
  2. Configure in your claude_desktop_config.json:
{
  "mcpServers": {
    "salesforce": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-salesforce-connector",
        "salesforce"
      ],
      "env": {
        "SALESFORCE_ACCESS_TOKEN": "SALESFORCE_ACCESS_TOKEN",
        "SALESFORCE_INSTANCE_URL": "SALESFORCE_INSTANCE_URL",
        "SALESFORCE_DOMAIN": "SALESFORCE_DOMAIN"
      }
    }
  }
}
  1. Set required environment variables for authentication
Comparison generated from public README + GitHub signals. Last updated automatically.