
Crunchyroll
Connect Crunchyroll via MCP so your agent can search anime, manage a watchlist, and track viewing progress from the IDE.
Overview
io.github.markswendsen-code/crunchyroll is a MCP server for the Build phase that connects AI agents to Crunchyroll search, watchlist, and viewing-progress actions over stdio.
What is this MCP server?
- Stdio MCP via @striderlabs/mcp-crunchyroll npm package (version 0.1.1)
- Search anime titles and metadata through agent-callable tools
- Manage watchlists and track viewing progress without leaving the agent session
- GitHub source at markswendsen-code/mcp-crunchyroll with MCP registry metadata
- Incremental 0.1.1 release line suitable for pinning in personal agent configs
- Server version 0.1.1
- npm package @striderlabs/mcp-crunchyroll
- Transport: stdio
What problem does it solve?
Tracking what to watch next and where you left off forces constant context switching between your agent and the Crunchyroll UI.
Who is it for?
Indie developers who want a media-library MCP example with search, lists, and state tracking while building their own agent integrations.
Skip if: Users who only watch in the official apps with no agent automation, or products that need licensed streaming redistribution beyond personal use.
What do I get? / Deliverables
Once registered, your agent can query anime, update watchlists, and reflect progress via MCP instead of manual copy-paste from the streaming site.
- Stdio MCP server exposing Crunchyroll search and library tools
- Agent-manageable watchlist and progress tracking workflow
- Pinned 0.1.1 npm integration reproducible across machines
Recommended MCP Servers
Journey fit
Streaming catalog MCPs are added during build when you expose authenticated or structured external APIs to your agent, not during initial idea research. Integrations fits because the server wraps Crunchyroll streaming workflows—search, watchlist, progress—as discrete MCP tools.
How it compares
Crunchyroll-focused MCP bridge, not a generic video SEO or content-marketing skill.
Common Questions / FAQ
Who is io.github.markswendsen-code/crunchyroll for?
It is for builders and anime fans running MCP clients who want structured Crunchyroll search, watchlist, and progress tools inside their agent.
When should I use io.github.markswendsen-code/crunchyroll?
Use it during build integrations when you are wiring entertainment APIs into Claude Code, Cursor, or Codex for personal watchlist automation or as an integration template.
How do I add io.github.markswendsen-code/crunchyroll to my agent?
Install @striderlabs/mcp-crunchyroll from npm, configure stdio MCP in your client, and use the io.github.markswendsen-code/crunchyroll registry identifier in server metadata.