Skip to content
Cursor

crunchyroll for Cursor

io.github.markswendsen-code/crunchyroll

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

client:Cursor transport:stdio runtime:npm

Install crunchyroll in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

crunchyroll in other clients