MCP Catalogs
Home

touchdesigner-mcp-server vs time

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

touchdesigner-mcp-server
by bottobot
time
by modelcontextprotocol
Stars★ 55★ 85,748
30d uses
Score4577
Official
Categories
Developer ToolsMediaAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageHTMLTypeScript
Last commit3 mo agothis month

touchdesigner-mcp-server · Summary

Comprehensive MCP server for TouchDesigner documentation, tutorials, and Python API with 629 operators and 69 Python classes.

time · Summary

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

touchdesigner-mcp-server · Use cases

  • Developing complex visual networks in TouchDesigner with AI assistance
  • Learning TouchDesigner through interactive tutorials and operator documentation
  • Generating Python scripts for TouchDesigner automation via LLM integration
  • Searching for operators and Python API methods with version filtering
  • Comparing TouchDesigner operators to select the best one for a specific task

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-server · Install

Global Installation (Recommended)

npm install -g @bottobot/td-mcp

Local Installation

npm install @bottobot/td-mcp

Using with Claude Desktop

Add the following to your Claude Desktop configuration:

{
  "td-mcp": {
    "command": "npx",
    "args": ["@bottobot/td-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.