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 | — | — |
| Score | 50 | 85 |
| Official | — | — |
| Categories | Developer ToolsMediaAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 1 mo ago | 2 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
- Download the latest release from [GitHub Releases](https://github.com/8beeeaaat/touchdesigner-mcp/releases/latest)
- Extract the
touchdesigner-mcp-td.zipfile - Replace your existing
touchdesigner-mcp-tdfolder with the new contents - Remove the old
mcp_webserver_basecomponent from your TouchDesigner project - Import the new
.toxcomponent - 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server