rippr
Rank #22,794io.github.mrslbt/rippr-mcp
Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows.
rippr is a Model Context Protocol (MCP) server published by mrslbt. It ranks #22,794 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. rippr is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Aug 2, 2026.
Ranks ahead of 92,666 of 115,460 servers on MCP Toplist.
Use rippr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rippr-mcp -- npx -y rippr-mcp[mcp_servers.rippr-mcp]
command = "npx"
args = ["-y", "rippr-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rippr-mcp": {
"command": "npx",
"args": [
"-y",
"rippr-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rippr-mcp": {
"command": "npx",
"args": [
"-y",
"rippr-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rippr-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rippr-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rippr-mcp": {
"command": "npx",
"args": [
"-y",
"rippr-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rippr-mcp": {
"command": "npx",
"args": [
"-y",
"rippr-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mrslbt%2Frippr-mcp)<a href="https://mcptoplist.com/server/io.github.mrslbt%2Frippr-mcp"><img src="https://mcptoplist.com/badge/io.github.mrslbt%2Frippr-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
mrslbt
Other servers by mrslbt
- rakuten-mcp#10,792 · 2 vers
- tabedata-mcp#13,518 · 2 vers
- japan-ux-mcp#24,756 · 3 vers
- pdf-it#24,757 · 2 vers
- xendit-mcp#25,955 · 2 vers
- paypay-mcp#29,001 · 3 vers
- nankai-trough-mcp#47,564 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 1.3.0 | Aug 2, 2026 |
| 1.1.0 | Apr 14, 2026 |
| 1.0.1 | Apr 7, 2026 |
Frequently asked questions
- Who maintains rippr?
- rippr is maintained by mrslbt, which publishes 8 MCP servers (19 total versions) tracked on MCP Toplist.
- Is rippr listed on the Official MCP Registry?
- Yes — rippr is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does rippr have?
- MCP Toplist tracks 3 versions of rippr, most recently published on Aug 2, 2026.
- Where can I find the source code for rippr?
- The source code for rippr is hosted at github.com/mrslbt/rippr.