MCP Catalogs
Home

touchdesigner-mcp vs time

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

touchdesigner-mcp
by 8beeeaaat
time
by modelcontextprotocol
Stars★ 324★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsMediaAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis month

touchdesigner-mcp · Summary

An MCP server enabling AI agents to control TouchDesigner through node manipulation and Python script execution.

time · Summary

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

touchdesigner-mcp · Use cases

  • AI-assisted live visual programming
  • Automating TouchDesigner project workflows
  • Generative art creation using AI node manipulation

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

touchdesigner-mcp · Install

Installation

  1. Download the latest release from [GitHub Releases](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest)
  2. Extract the touchdesigner-mcp-td.zip file
  3. Replace your existing touchdesigner-mcp-td folder with the new contents
  4. Remove the old mcp_webserver_base component from your TouchDesigner project
  5. Import the new .tox component
  6. Start TouchDesigner and ensure the WebServer DAT is running

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "touchdesigner": {
      "command": "npx",
      "args": ["-y", "@8beeeaaat/touchdesigner-mcp-server@latest"]
    }
  }
}

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.