Pipeworx anilist

Data & APIs

Search, retrieve, and get trending anime details including title, episodes, status, score, genres, and synopsis via AniList GraphQL API.

Install

openclaw skills install pipeworx-anilist

Anilist

AniList MCP — wraps AniList GraphQL API (free, no auth)

search_anime

Search for anime by title. Returns title, episode count, status, score, genres, and synopsis. Use ge

get_anime

Get full anime details by ID. Returns title, synopsis, episodes, duration, status, score, genres, st

trending_anime

Get currently trending anime ranked by popularity. Returns title, status, score, episode count, and

{
  "mcpServers": {
    "anilist": {
      "url": "https://gateway.pipeworx.io/anilist/mcp"
    }
  }
}