
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@striderlabs/mcp-crunchyroll
Advanced tools
Crunchyroll anime streaming MCP connector for personal AI agents
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-refreshedMIT
FAQs
Crunchyroll anime streaming MCP connector for personal AI agents
We found that @striderlabs/mcp-crunchyroll demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.