Mcp Crunchyroll — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Crunchyroll (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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-crunchyrollOr 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: "[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.
| 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-refreshedMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.