MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress
{
"mcpServers": {
"io-github-markswendsen-code-crunchyroll": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 25 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Model Context Protocol (MCP) Server to connect your AI with any MediaWiki
MCP server for Apple Developer Documentation - Search iOS/macOS/SwiftUI/UIKit docs, WWDC videos, Swift/Objective-C APIs & code examples in Claude, Cursor & AI assistants
MCP server for scanning and remediating hardcoded secrets using GitGuardian’s API. Detect over 500 secret types and prevent credential leaks before code goes public.
MCP server for interfacing with Godot game engine. Provides tools for launching the editor, running projects, and capturing debug output.
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