Skip to content
VS Code

crunchyroll for VS Code

io.github.markswendsen-code/crunchyroll

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

client:VS Code transport:stdio runtime:npm

Install crunchyroll in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

crunchyroll in other clients