MCP Catalogs
Home

touchdesigner-mcp vs ultimate_mcp_server

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

touchdesigner-mcp
by 8beeeaaat
ultimate_mcp_server
by Dicklesworthstone
Stars★ 324★ 149
30d uses
Score5085
Official
Categories
Developer ToolsMediaAI / LLM Tools
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last commit1 mo ago2 mo ago

touchdesigner-mcp · Summary

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

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

touchdesigner-mcp · Use cases

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

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"]
    }
  }
}

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.