Skip to main content
Glama
package.json2.8 kB
{ "name": "touchdesigner-mcp-server", "version": "1.3.0", "description": "MCP server for TouchDesigner", "repository": { "type": "git", "url": "git+https://github.com/8beeeaaat/touchdesigner-mcp.git" }, "keywords": [ "MCP Server", "TouchDesigner" ], "author": "8beeeaaat", "license": "MIT", "mcpName": "io.github.8beeeaaat/touchdesigner-mcp-server", "bugs": { "url": "https://github.com/8beeeaaat/touchdesigner-mcp/issues" }, "homepage": "https://github.com/8beeeaaat/touchdesigner-mcp#readme", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "touchdesigner-mcp-server": "dist/cli.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@mozilla/readability": "^0.6.0", "@types/axios": "^0.14.4", "@types/ws": "^8.18.1", "@types/yargs": "^17.0.35", "axios": "^1.13.2", "mustache": "^4.2.0", "yaml": "^2.8.2", "zod": "4.1.13" }, "devDependencies": { "@biomejs/biome": "2.3.8", "@openapitools/openapi-generator-cli": "^2.25.2", "@types/jsdom": "^27.0.0", "@types/mustache": "^4.2.6", "@types/node": "^24.10.1", "@vitest/coverage-v8": "^4.0.14", "archiver": "^7.0.1", "msw": "^2.12.3", "npm-run-all": "^4.1.5", "orval": "^7.17.0", "prettier": "^3.7.3", "shx": "^0.4.0", "typescript": "^5.9.3", "vitest": "^4.0.14" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./cli": { "import": "./dist/cli.js", "types": "./dist/cli.d.ts" } }, "scripts": { "build": "run-s build:*", "build:gen": "npm run gen", "build:dist": "tsc && shx chmod +x dist/*.js && shx cp -r src/features/tools/presenter/templates dist/features/tools/presenter/", "build:mcpb": "npx @anthropic-ai/mcpb pack mcpb/ touchdesigner-mcp.mcpb", "lint": "run-p lint:*", "lint:biome": "biome check", "lint:tsc": "tsc --noEmit", "lint:python": "ruff check td/", "lint:yaml": "prettier --check \"**/*.{yml,yaml}\"", "format": "run-p format:*", "format:biome": "biome check --fix", "format:python": "ruff format td/ && ruff check --fix td/", "format:yaml": "prettier --write \"**/*.{yml,yaml}\"", "dev": "npx @modelcontextprotocol/inspector node dist/cli.js --stdio", "test": "run-p test:*", "test:integration": "vitest run ./tests/integration", "test:unit": "vitest run ./tests/unit", "coverage": "vitest run --coverage", "gen": "run-s gen:*", "gen:version": "node ./scripts/syncVersions.ts", "gen:webserver": "openapi-generator-cli generate -i ./src/api/index.yml -g python-flask -o ./td/modules/td_server", "gen:handlers": "node td/genHandlers.js", "gen:mcp": "orval --config ./orval.config.ts" }, "files": [ "dist/**/*" ], "msw": { "workerDirectory": [ "public" ] }, "overrides": { "axios": "^1.13.2" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/8beeeaaat/touchdesigner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server