tracktion-engine-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tracktion-engine-mcpfind documentation for the AudioTrack class"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tracktion Engine MCP
An MCP (Model Context Protocol) server that provides AI assistants with access to Tracktion Engine API documentation.
Installation
npm install
npm run setup # Clones Tracktion Engine and parses headers
npm run buildRelated MCP server: HISE MCP Server
Usage with Claude Code
Add to your Claude Code MCP settings:
{
"mcpServers": {
"tracktion-engine": {
"command": "node",
"args": ["/path/to/tracktion-engine-mcp/dist/index.js"]
}
}
}Tools
search_te_classes
Search for Tracktion Engine classes by name or description.
query: "track"
limit: 10get_te_class_docs
Get detailed documentation for a specific class.
className: "AudioTrack"Development
npm run dev # Run with tsx (no build needed)
npm run parse-headers # Re-parse TE headers
npm run build # Build for productionUpdating API Data
To update the API documentation after Tracktion Engine updates:
cd tracktion_engine && git pull
cd .. && npm run parse-headersLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.Last updatedMIT
- Flicense-qualityCmaintenanceProvides access to HISE documentation, including UI component properties, Scripting API methods, and module parameters. It features a searchable database of code snippets and best practices to assist in audio software development.Last updated7
- AlicenseAqualityCmaintenanceEnables AI coding assistants to access comprehensive TouchDesigner operator documentation, Python API references, and tutorials for building TouchDesigner networks.Last updated3723871MIT
- AlicenseAqualityAmaintenanceProvides accurate Unreal Engine C++ API documentation to AI agents, preventing hallucinated signatures and incorrect includes.Last updated590MIT
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Get up-to-date, version-specific documentation and code examples from official sources directly in…
@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Conceptual-Machines/tracktion-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server