@Striderlabs/ Crunchyroll
FreeNot checkedCrunchyroll anime streaming MCP connector that enables AI assistants to search anime, manage watchlists, track watch history, get recommendations, and handle ac
About
Crunchyroll anime streaming MCP connector that enables AI assistants to search anime, manage watchlists, track watch history, get recommendations, and handle account authentication.
README
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-crunchyroll
Or 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: "[email protected]", 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 |
|---|---|
crunchyroll_login |
Log in with email + password |
crunchyroll_logout |
Clear saved session |
crunchyroll_status |
Check login status and account info |
Search & Browse
| 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 |
Show Details
| 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 |
Watchlist
| Tool | Description |
|---|---|
crunchyroll_get_watchlist |
View saved watchlist |
crunchyroll_add_to_watchlist |
Add series/movie to watchlist |
crunchyroll_remove_from_watchlist |
Remove from watchlist |
Watch History & Progress
| 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) |
Recommendations
| Tool | Description |
|---|---|
crunchyroll_get_recommendations |
Personalized recommendations |
crunchyroll_get_similar |
Anime similar to a given series |
Account
| Tool | Description |
|---|---|
crunchyroll_get_subscription |
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-refreshed - Content IDs can be found in search results or Crunchyroll URLs
- API endpoints are subject to change by Crunchyroll
License
MIT
Installing @Striderlabs/ Crunchyroll
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/markswendsen-code/mcp-crunchyrollFAQ
Is @Striderlabs/ Crunchyroll MCP free?
Yes, @Striderlabs/ Crunchyroll MCP is free — one-click install via Unyly at no cost.
Does @Striderlabs/ Crunchyroll need an API key?
No, @Striderlabs/ Crunchyroll runs without API keys or environment variables.
Is @Striderlabs/ Crunchyroll hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install @Striderlabs/ Crunchyroll in Claude Desktop, Claude Code or Cursor?
Open @Striderlabs/ Crunchyroll on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare @Striderlabs/ Crunchyroll with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
