@striderlabs/mcp-crunchyroll
Provides tools for managing your Crunchyroll account, including searching anime, browsing categories, managing watchlists, tracking watch history, getting recommendations, and checking subscription info.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-crunchyrollSearch for 'Demon Slayer' episodes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-crunchyroll
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.
Features
Search anime series and movies
Browse by genre, popularity, new additions, or simulcast season
Show details — series info, seasons, episodes
Watchlist management — add, remove, view
Watch history & progress — track and update playhead positions
Continue watching — pick up where you left off
Recommendations — personalized and similar-to suggestions
Simulcast schedule — current and past seasonal tags
Subscription info — tier, renewal date, status
Setup
Install
npm install -g @striderlabs/mcp-crunchyrollOr use with npx (no install needed):
{
"command": "npx",
"args": ["-y", "@striderlabs/mcp-crunchyroll"]
}MCP Configuration
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"
}
}
}Authentication
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.
Tools
Authentication
Tool | Description |
| Log in with email + password |
| Clear saved session |
| Check login status and account info |
Search & Browse
Tool | Description |
| Search anime series and movies |
| Browse by popularity, genre, season, sub/dub |
| List all genres/categories |
| List simulcast season tags |
Show Details
Tool | Description |
| Get series info by ID |
| Get seasons for a series |
| Get episodes in a season |
| Get single episode details |
Watchlist
Tool | Description |
| View saved watchlist |
| Add series/movie to watchlist |
| Remove from watchlist |
Watch History & Progress
Tool | Description |
| Recently watched episodes |
| In-progress anime |
| Progress for specific content IDs |
| Update watch position (seconds) |
Recommendations
Tool | Description |
| Personalized recommendations |
| Anime similar to a given series |
Account
Tool | Description |
| Subscription tier and renewal info |
Example Prompts
"What anime should I watch next based on my history?"
"Add Attack on Titan to my watchlist"
"What's airing this season? Sort by popularity"
"Where did I leave off watching One Piece?"
"Show me all the action anime added this week"
"When does my Crunchyroll subscription renew?"
Notes
Uses the Crunchyroll web API (same endpoints as the website)
Tokens are stored locally in
~/.strider/crunchyroll/and auto-refreshedContent IDs can be found in search results or Crunchyroll URLs
API endpoints are subject to change by Crunchyroll
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/markswendsen-code/mcp-crunchyroll'
If you have feedback or need assistance with the MCP directory API, please join our Discord server