Crunchyroll
Rank #43,596io.github.markswendsen-code/crunchyroll
MCP server providing crunchyroll capabilities
Crunchyroll is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #43,596 of 115,460 servers tracked on MCP Toplist. Crunchyroll is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 30, 2026 and most recently updated on Mar 30, 2026.
Ranks ahead of 71,864 of 115,460 servers on MCP Toplist.
Use Crunchyroll
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add crunchyroll -- npx -y @striderlabs/mcp-crunchyroll[mcp_servers.crunchyroll]
command = "npx"
args = ["-y", "@striderlabs/mcp-crunchyroll"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"crunchyroll": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}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.markswendsen-code%2Fcrunchyroll)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Fcrunchyroll"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Fcrunchyroll.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,609 · 7 vers
- Doordash#13,236 · 8 vers
- Walmart#28,101 · 2 vers
- Delta#30,085 · 1 ver
- Ubereats#34,138 · 1 ver
- @striderlabs/mcp-marriott#34,223
- Chase MCP Server#38,095
- Grubhub#39,133 · 3 vers
- MCP Booking#39,494
- Southwest#39,943 · 1 ver
- Opentable#43,597 · 2 vers
- Target#43,598 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Crunchyroll?
- Crunchyroll is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Crunchyroll listed on the Official MCP Registry?
- Yes — Crunchyroll is listed on the Official MCP Registry, alongside Glama.
- How many versions does Crunchyroll have?
- MCP Toplist tracks 2 versions of Crunchyroll, most recently published on Mar 30, 2026.
- Where can I find the source code for Crunchyroll?
- The source code for Crunchyroll is hosted at github.com/markswendsen-code/mcp-crunchyroll.