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 | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 1 mo ago | this 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:
- Navigate to Setup in your Salesforce org
- Find 'API Catalog' in the 'Platform Tools' section
- Select 'Manage MCP Servers'
- 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"]
}
}
}