送信

AniList

@yuna0x0

AniList MCP server for accessing AniList API data

サーバー設定

{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp"
      ],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}