MCP Catalogs
Home

time vs AwesomeSalesforceSkills

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

time
by modelcontextprotocol
AwesomeSalesforceSkills
by PranavNagrecha
Stars★ 85,748★ 20
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguageTypeScriptPython
Last committhis monththis month

time · Summary

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

AwesomeSalesforceSkills · Summary

Comprehensive Salesforce knowledge layer with 38-tool MCP server providing live-org metadata, skills, and agents for AI assistants.

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

AwesomeSalesforceSkills · Use cases

  • AI-powered Salesforce development with real-time org validation
  • Learning Salesforce best practices through structured skill guides
  • Automating Salesforce administration tasks with AI assistants

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

AwesomeSalesforceSkills · Install

# 1. Clone the repository
git clone https://github.com/PranavNagrecha/AwesomeSalesforceSkills.git
cd AwesomeSalesforceSkills

# 2. Install dependencies
python3 -m pip install -r requirements.txt

# 3. Install MCP server
pip install sfskills-mcp

# For Claude Desktop:
# Add to claude_desktop_config.json:
{
  "mcpServers": {
    "sfskills": {
      "command": "sfskills-mcp",
      "args": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.