MCP Catalogs
Home

Embody vs time

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

Embody
by dylanroscover
time
by modelcontextprotocol
Stars★ 102★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsMediaAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

Embody · Summary

MCP server for TouchDesigner that lets AI assistants build, wire, and debug networks with natural language commands.

time · Summary

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

Embody · Use cases

  • AI-assisted visual programming in TouchDesigner without manual operator creation
  • Version control and branching of complex visual projects through diffable network files
  • Debugging TouchDesigner networks through natural language commands to 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

Embody · Install

Installation

  1. Download the Embody .tox from the [release page](https://github.com/dylanroscover/Embody/releases)
  2. Drag it into your TouchDesigner project
  3. Tag operators by selecting any COMP or DAT and pressing lctrl twice
  4. Enable the Envoy MCP server by toggling the Envoyenable parameter on the Embody COMP

The server starts on localhost:9870 and auto-creates a .mcp.json in your repo root.

For Claude Code integration, the .mcp.json should look like:

{
  "mcpServers": {
    "envoy": {
      "type": "http",
      "url": "http://localhost:9870/mcp"
    }
  }
}

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.