riverside-mcp-server
Allows queueing and downloading timeline exports compatible with Pro Tools editing software.
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., "@riverside-mcp-serverlist my recent recordings"
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.
Riverside MCP Server
A local stdio MCP server for the Riverside Business API v3. It exposes every endpoint currently listed in Riverside's documentation as an MCP tool and includes a hand-authored OpenAPI 3.1 specification.
Works with Claude Desktop, Cursor, Codex, and other MCP clients that can launch a local stdio process.
Requirements
Node.js 20 or newer
A Riverside Business API key (the API is available only to select Riverside Business accounts)
Related MCP server: vcon-mcp
Install
git clone YOUR_REPOSITORY_URL
cd riverside-mcp-server
npm install
npm run buildDo not place the API key in the repository. Supply it in your MCP client configuration.
Client configuration
Use an absolute path to dist/index.js.
{
"mcpServers": {
"riverside": {
"command": "node",
"args": ["/absolute/path/to/riverside-mcp-server/dist/index.js"],
"env": {
"RIVERSIDE_API_KEY": "YOUR_API_KEY",
"RIVERSIDE_DOWNLOAD_DIR": "/absolute/path/to/downloads"
}
}
}
}This standard configuration shape is accepted directly by Claude Desktop and many other local clients. Cursor and Codex may store the same server definition in client-specific configuration files or expose an “Add MCP server” command.
Available tools
Tool | Purpose |
| List productions, studios, and projects |
| Find and inspect recordings |
| Soft-delete a recording; requires |
| Find and inspect exports |
| Permanently delete an export; requires |
| Download a recording track file |
| Download SRT or TXT transcription |
| Download exported audio/video |
| Register a webinar participant |
| Search and paginate webinar registrants |
| List edits/clips |
| Queue Premiere, Final Cut, or Pro Tools timeline export |
| Poll timeline export status |
| Download a completed timeline ZIP |
Downloads are written to RIVERSIDE_DOWNLOAD_DIR, or ./downloads if it is omitted. Riverside download redirects are followed automatically. Errors are returned to the MCP client as structured tool errors without exposing the API key.
OpenAPI
openapi.yaml describes all 16 documented v3 operations. It is community-authored from Riverside's public documentation and is not an official Riverside artifact.
Development and validation
npm test
npm run inspectThe server communicates only over stdout using MCP stdio. Diagnostics go to stderr so they do not corrupt protocol messages.
Documentation source
License
MIT
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
- 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/edpreble/riverside-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server