MCP Catalogs
Home

mcp-hosted vs time

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

mcp-hosted
by forcedotcom
time
by modelcontextprotocol
Stars★ 109★ 85,748
30d uses
Score4977
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit1 mo agothis month

mcp-hosted · Summary

Salesforce's hosted MCP servers enable AI assistants to securely connect to Salesforce assets using the Model Context Protocol.

time · Summary

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

mcp-hosted · Use cases

  • Connecting AI assistants to Salesforce data and business logic
  • Enabling secure API access to Salesforce systems for AI applications
  • Building custom MCP servers that integrate with Salesforce workflows

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-hosted · Install

Installation

Salesforce MCP servers are hosted and managed within the Salesforce platform. To configure:

  1. Navigate to Setup in your Salesforce org
  2. Find 'API Catalog' in the 'Platform Tools' section
  3. Select 'Manage MCP Servers'
  4. Enable the desired servers and configure authentication

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "salesforce": {
      "command": "npx",
      "args": ["@salesforce/mcp-server", "--host", "your-domain.my.salesforce.com"]
    }
  }
}

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.