anime_search_media
Search anime or manga by title, genre, tag, season, year, format, or status. Returns ranked results with AniList IDs, titles, scores, format, and episode/chapter counts.
Search anime/manga, get full detail, franchise watch order, seasonal schedule, characters, rankings, and studio filmography via MCP. STDIO or Streamable HTTP.
claude mcp add --transport http anime-mcp-server http://watch-anime-together.zeabur.app/mcp
codex mcp add anime-mcp-server --url http://watch-anime-together.zeabur.app/mcp
{
"mcpServers": {
"anime-mcp-server": {
"url": "http://watch-anime-together.zeabur.app/mcp"
}
}
}
gemini mcp add --transport http anime-mcp-server http://watch-anime-together.zeabur.app/mcp
{
"mcpServers": {
"anime-mcp-server": {
"command": "bunx",
"args": [
"mcp-remote",
"http://watch-anime-together.zeabur.app/mcp"
]
}
}
}
{
"mcpServers": {
"anime-mcp-server": {
"type": "http",
"url": "http://watch-anime-together.zeabur.app/mcp"
}
}
}
curl -X POST http://watch-anime-together.zeabur.app/mcp \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-11-25" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"curl","version":"1.0.0"}}}'
Search anime or manga by title, genre, tag, season, year, format, or status. Returns ranked results with AniList IDs, titles, scores, format, and episode/chapter counts.
Full detail for one anime or manga by AniList ID. Returns synopsis, format, episode/chapter count, status, season, studios, source material, genres and tags (spoiler-flagged), AniList and MAL scores side by side, streaming links, cover/banner, and direct relations. Use anime_search_media first to find the AniList ID.
Franchise untangler. Walks the related-works graph from a media ID across multiple hops — sequels, prequels, side stories, movies, OVAs, source/adaptation — and returns them ordered into a suggested watch/read order. This is the "how do I watch this whole series" tool. Use anime_get_media first to confirm the ID.
Airing schedule for a season or upcoming episode window. "season" mode returns all anime airing in a given season/year. "upcoming" mode returns next episode for airing titles within a date window, with UTC timestamps.
Characters and voice actors for a title, or look up a character/VA by name. Provide "id" for title → cast lookup, or "character_name" / "voice_actor_name" for name-based lookup. Returns characters with their role, voice actors by language, and cross-links to other media.
Recommendations for a title, merged from AniList and Jikan (MAL), with scores and vote counts. AniList recommendations use community rating scores; Jikan adds MAL user recommendations with vote counts. Both sources are surfaced separately — not blended into a composite score.
Top, trending, or seasonal rankings. Filterable by genre, tag, and format. "top" returns all-time by score; "trending" returns current week; "seasonal" returns the current or specified season sorted by popularity.
A studio's full filmography by name or AniList studio ID. Returns all titles the studio produced, sortable by year or score, with format, status, and episode count. Provide "name" for a name-based search, or "id" for direct lookup by AniList studio ID.
No tools match the current filter.
Full media record for an anime or manga by AniList ID. Returns the same data as anime_get_media — title, synopsis, scores, studios, tags, streaming links. Use as a stable URI for injectable context about a specific title.