MCP Catalogs
Home

websimm vs time

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

websimm
by gigachadtrey
time
by modelcontextprotocol
Stars★ 0★ 85,748
30d uses
Score3677
Official
Categories
AI / LLM ToolsDeveloper ToolsWeb Scraping
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

websimm · Summary

Comprehensive MCP server for WebSim API, providing access to projects, users, feeds, assets, and comments with robust pagination and error handling.

time · Summary

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

websimm · Use cases

  • Content creators browsing trending projects and assets
  • Developers integrating WebSim data into their applications
  • Community managers monitoring user activity and engagement
  • Researchers analyzing WebSim's content ecosystem

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

websimm · Install

Installation

  1. Clone the repository:
git clone https://github.com/minimax/websim-mcp-server.git
cd websim-mcp-server
  1. Install dependencies:
npm install
  1. Configure your MCP client:
Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "websim": {
      "command": "node",
      "args": ["/path/to/websim-mcp-server/server.js"],
      "env": {}
    }
  }
}
Generic MCP Setup

Copy mcp.json to your MCP configuration directory:

cp mcp.json ~/.config/claude/mcp-servers/websim.json
  1. Run the server:
npm start

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.