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.
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/Conceptual-Machines/tracktion-engine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server