Public MCP server for RiverScript, an AI transcription platform. RiverScript lets you transcribe everything you can hear on your computer. Literally. Record and transcribe system audio on Windows and macOS from virtually any app — meetings, calls, lectures, webinars, videos, live streams, podcasts, and other media — without bots or platform-specific integrations. RiverScript also transcribes audio
npx mdskills install lexvalo/riverscript-mcpRelated
Well-documented public MCP server for fetching shared transcripts with clear use case
1# RiverScript MCP Server23Public MCP server for [RiverScript](https://riverscript.com/), an AI transcription platform.45RiverScript lets you transcribe everything you can hear on your computer. Literally. Record and transcribe system audio on Windows and macOS from virtually any app — meetings, calls, lectures, webinars, videos, live streams, podcasts, and other media — without bots or platform-specific integrations.67RiverScript also transcribes audio and video files up to 50 GB and up to 8 hours long, without the usual browser limitations.89This MCP server lets AI apps fetch RiverScript transcripts and AI translations of transcripts that users have shared with a link.1011- **Endpoint:** https://riverscript.com/mcp12- **Transport:** Streamable HTTP13- **Authentication:** none — the MCP server can access content that users have explicitly shared with a RiverScript share link14- **Documentation:** https://riverscript.com/docs/platform-details/mcp15- **Website:** https://riverscript.com1617This repository documents the public MCP endpoint; it does not contain the server's implementation, which is part of RiverScript's main application.1819## Tool2021### `get_shared_transcript`2223Fetches the full text of a RiverScript transcript from a share link.2425The tool accepts a RiverScript share URL or share token and returns the shared transcript together with its available metadata.2627Share links can also point to AI translations of transcripts. The tool fetches them the same way and returns the translated text.2829Expired or deleted links return no transcript.3031## What you can bring to AI apps3233Choose transcripts or translations in RiverScript and create share links for them.3435Once shared, transcripts can be fetched by compatible AI apps through the RiverScript MCP server.3637## About RiverScript3839Beyond transcription, RiverScript includes transcript editing, speaker detection, clickable timestamps, timed subtitles, AI summaries, AI chat, translation into 100 languages, export, and sharing.4041Learn more at [riverscript.com](https://riverscript.com/).4243## License4445MIT46
Full transparency — inspect the skill content before installing.