the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.taylormadeapps/taype",
"description": "Control the TayPE desktop DAW locally via MCP.",
"title": "TayPE MCP",
"repository": {
"url": "https://github.com/taylormadeapps/taype-releases",
"source": "github"
},
"version": "0.18.1",
"websiteUrl": "https://github.com/taylormadeapps/taype-releases/blob/main/mcp/README.md",
"icons": [
{
"src": "https://raw.githubusercontent.com/taylormadeapps/taype-releases/main/assets/img/mcp-logo.png",
"mimeType": "image/png",
"sizes": [
"200x200"
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"capabilities": {
"summary": "DAW control for transport, reels, tracks, clips, recording, plugins, NAM console tone, view state, undo, personalities, feedback, licensing, and short transactions.",
"tools": [
"transport",
"reels",
"tracks",
"clips",
"recording",
"plugins",
"NAM console engine",
"view and session state",
"undo and redo",
"personalities",
"feedback and licensing",
"transactions"
]
},
"distribution": {
"installUrl": "https://github.com/taylormadeapps/taype-releases/releases",
"method": "manual-github-release",
"packageRegistry": "none",
"packagingRecommendation": "Current distribution is the signed macOS TayPE installer from GitHub Releases. If a first-class registry package is needed later, MCPB is the cleanest fit for a bundled desktop companion; Docker is not suitable because the bridge must connect to the local TayPE app."
},
"license": {
"notes": "The app and bundled MCP bridge are distributed under the TayPE end user licence agreement included with the signed installer.",
"type": "TayPE EULA"
},
"privacy": "Local-only stdio bridge. No public MCP endpoint is exposed and no cloud service is required for normal MCP operation. The bridge connects only to the running TayPE app on localhost.",
"runtime": {
"launch": {
"args": [],
"command": "/Applications/Taype.app/Contents/MacOS/taype-mcp"
},
"platforms": [
"macOS 12 or later"
],
"requirements": [
"TayPE installed locally",
"TayPE app running",
"MCP enabled in Preferences > MCP",
"MCP client that supports stdio servers"
],
"transport": "stdio"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-23T06:06:17.627672Z",
"publishedAt": "2026-05-23T06:06:17.627672Z",
"updatedAt": "2026-05-23T06:06:17.627672Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonversion 0.18.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.