@striderlabs/mcp-crunchyroll
Crunchyroll anime streaming MCP connector that enables AI assistants to search anime, manage watchlists, track watch history, get recommendations, and handle account authentication.
README
@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-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: "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 |
|---|---|
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。