MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"crunchyroll": {
"command": "striderlabs-mcp-crunchyroll"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Crunchyroll anime streaming MCP connector for personal AI agents. Lets Claude and other AI assistants manage your Crunchyroll account — search anime, track progress, manage your watchlist, get recommendations, and more.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@striderlabs/mcp-crunchyroll' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @striderlabs/mcp-crunchyroll against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for io.github.markswendsen-code/crunchyroll and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Crunchyroll anime streaming MCP connector for personal AI agents. Lets Claude and other AI assistants manage your Crunchyroll account — search anime, track progress, manage your watchlist, get recommendations, and more.
npm install -g @striderlabs/mcp-crunchyroll
Or use with npx (no install needed):
{
"command": "npx",
"args": ["-y", "@striderlabs/mcp-crunchyroll"]
}
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-crunchyroll"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"crunchyroll": {
"command": "striderlabs-mcp-crunchyroll"
}
}
}
After connecting, log in once with your Crunchyroll credentials:
crunchyroll_login(email: "you@example.com", password: "your-password")
Tokens are saved to ~/.strider/crunchyroll/ and automatically refreshed. You only need to log in again if tokens expire or you call crunchyroll_logout.
| Tool | Description |
|---|---|
crunchyroll_login | Log in with email + password |
crunchyroll_logout | Clear saved session |
crunchyroll_status | Check login status and account info |
| Tool | Description |
|---|---|
crunchyroll_search | Search anime series and movies |
crunchyroll_browse | Browse by popularity, genre, season, sub/dub |
crunchyroll_get_categories | List all genres/categories |
crunchyroll_get_simulcast_seasons | List simulcast season tags |
| Tool | Description |
|---|---|
crunchyroll_get_series | Get series info by ID |
crunchyroll_get_seasons | Get seasons for a series |
crunchyroll_get_episodes | Get episodes in a season |
crunchyroll_get_episode | Get single episode details |
| Tool | Description |
|---|---|
crunchyroll_get_watchlist | View saved watchlist |
crunchyroll_add_to_watchlist | Add series/movie to watchlist |
crunchyroll_remove_from_watchlist | Remove from watchlist |
| Tool | Description |
|---|---|
crunchyroll_get_history | Recently watched episodes |
crunchyroll_continue_watching | In-progress anime |
crunchyroll_get_playheads | Progress for specific content IDs |
crunchyroll_update_playhead | Update watch position (seconds) |
| Tool | Description |
|---|---|
crunchyroll_get_recommendations | Personalized recommendations |
crunchyroll_get_similar | Anime similar to a given series |
| Tool | Description |
|---|---|
crunchyroll_get_subscription | Subscription tier and renewal info |
~/.strider/crunchyroll/ and auto-refreshed