MCP Catalogs
Home

wassette vs time

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

wassette
by microsoft
time
by modelcontextprotocol
Stars★ 888★ 85,748
30d uses
Score5277
Official
Categories
SecurityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageRustTypeScript
Last commit1 mo agothis month

wassette · Summary

Wassette is a security-oriented runtime that extends AI agents with WebAssembly components via MCP.

time · Summary

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

wassette · Use cases

  • Extending AI agents with custom tools in a secure sandbox environment
  • Running WebAssembly components as MCP tools in AI applications
  • Creating reusable, security-focused tooling for AI systems

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

wassette · Install

Installation

**Quick start (Linux/macOS):**

curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash

**Other platforms:** See the [Installation Guide](https://microsoft.github.io/wassette/latest/installation.html) for Windows, Homebrew, Nix, Docker, and more.

Configuration

After installation, register Wassette with your MCP client. For example, in Claude Desktop:

{
  "mcpServers": {
    "wassette": {
      "command": "wassette",
      "args": []
    }
  }
}

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.