mangadex-mcp
Related Servers
Alternatives to mangadex-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.153MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that exposes MyAnimeList v2 API with OAuth authentication, enabling anime and manga search, rankings, seasonal charts, and user list management through natural language.Apache 2.0
- AlicenseAqualityAmaintenanceMCP server for MyAnimeList that enables searching anime/manga, getting details, rankings, seasons, characters, reviews, and user profiles without authentication, and managing personal anime/manga lists with authentication (token required).54117 npm3MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server for anime and manga discovery, enabling search, detail retrieval, franchise watch order, seasonal schedule, character lookups, rankings, and studio filmography via natural language.77 npm1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA read-only MCP server that exposes Komga reading data via Streamable HTTP, providing tools for searching comics, listing unread series, and tracking reading progress.MIT
- AlicenseAqualityAmaintenanceMCP server exposing Komga's REST API as tools for browsing and managing comic, manga, BD, magazine, and ebook libraries.8MIT
TDQS
Scored across 7 tools
Most tools have distinct purposes, but export_chapter_cbz and export_chapter_pdf serve very similar functions with only format differences, which could cause confusion. The other tools clearly target different operations like searching, getting details, or listing chapters.
All tools follow a consistent verb_noun pattern (e.g., export_chapter_cbz, get_manga_details, search_manga) with clear, descriptive names. There are no deviations in style or convention throughout the set.
With 7 tools, the count is well-scoped for a MangaDex server, covering core operations like searching, retrieving manga details, listing chapters, and exporting. Each tool appears to earn its place without being excessive or insufficient.
The tool surface covers key workflows such as search, metadata retrieval, and chapter export, but there are minor gaps like no tools for updating or deleting manga data, which might be expected in a full CRUD lifecycle. However, for a read/export-focused server, it's reasonably complete.