MCP server for Crunchyroll anime streaming - search anime, manage watchlist, track viewing progress
claude mcp add crunchyroll -- npx -y @striderlabs/mcp-crunchyroll
claude_desktop_config.json
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"crunchyroll": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crunchyroll": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-crunchyroll"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.markswendsen-code--crunchyroll/reviews or the review_server meta-tool.
POST /mcp