Odel
mcp crunchyroll

mcp crunchyroll

Local
@markswendsen-codeTypeScriptUpdated 5mo ago

MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@striderlabs/mcp-crunchyrollv0.1.1

Run

npx -y @striderlabs/mcp-crunchyroll

MCP client config

{
  "mcpServers": {
    "mcp-crunchyroll": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-crunchyroll"
      ]
    }
  }
}