Skip to main content
Glama
Conceptual-Machines

tracktion-engine-mcp

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 build

Related 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: 10

get_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 production

Updating API Data

To update the API documentation after Tracktion Engine updates:

cd tracktion_engine && git pull
cd .. && npm run parse-headers

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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