Catalog
io.github.cyanheads/anime-mcp-server
Officialby cyanheads · TypeScript
Search anime/manga, franchise watch order, schedule, characters, rankings, studio filmography.
Search anime and manga titles, watch order, characters, rankings, and studio information.
Topics
ai-agentsai-toolsanilistanimecyanheadsjikankitsumangamcpmcp-servermodel-context-protocoltypescript
README not available yet.
Install
Configuration
Environment variables
MCP_LOG_LEVELdefault infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTdefault 127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORTdefault 3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHdefault /mcpThe endpoint path for the MCP server.
MCP_AUTH_MODEdefault noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
claude_desktop_config.json
{
"mcpServers": {
"anime-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/anime-mcp-server@0.1.3",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}