MCP Catalogs
Home

tesseron vs time

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

tesseron
by BrainBlend-AI
time
by modelcontextprotocol
Stars★ 17★ 85,748
30d uses
Score4377
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

tesseron · Summary

Tesseron is a TypeScript SDK that exposes typed web-app actions to MCP-compatible AI agents over WebSocket.

time · Summary

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

tesseron · Use cases

  • Enabling AI agents to directly interact with live web applications and desktop apps
  • Providing typed interfaces for AI to perform complex actions within productivity tools
  • Creating seamless integration between AI assistants and existing applications without API keys

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

tesseron · Install

For Claude Code

/plugin marketplace add BrainBlend-AI/tesseron
/plugin install tesseron@tesseron

For Claude Desktop

Add to your config:

{
  "mcpServers": {
    "tesseron": { "command": "npx", "args": ["-y", "@tesseron/mcp@2.9.0"] },
    "tesseron-docs": { "command": "npx", "args": ["-y", "@tesseron/docs-mcp@2.9.0"] }
  }
}

In Your App

npm install @tesseron/web
# or @tesseron/server, @tesseron/react, etc.

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.