rippr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rip_transcriptA | Extract the full transcript from a YouTube video. By default, saves the transcript as a Markdown file to disk and returns a resource_link + metadata (title, channel, language, duration, word count, saved path, preview). The full transcript text is NOT returned by default — this keeps context lean and gives the user a persistent file they can reuse. After calling, always tell the user where the file was saved. If you need the transcript text later (summarize, search, extract quotes), read the returned resource rather than re-ripping. Pass return_text: true only for short clips or when the user explicitly asks for the transcript inline. Pass format: 'segments' to save timestamped JSON instead of Markdown. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get_transcript | Rip a YouTube video. Saves transcript to disk. |
| summarize_video | Rip a YouTube video and summarize the key points. |
| extract_quotes | Rip a YouTube video and pull notable quotes or key statements. |
| compare_videos | Rip two YouTube videos and compare their content. |
| research_topic | Rip a YouTube video and extract information relevant to a specific topic. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Output Formats | Available transcript output formats and when to use each one |
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/mrslbt/rippr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server