mangadex-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mangadex-mcpsearch for Berserk and show me the latest chapters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mangadex-mcp
Local stdio MCP server for searching MangaDex, reading manga metadata, listing chapters, and exporting internal chapters to CBZ or PDF.
Features
Search MangaDex titles by name
Fetch manga metadata and external links
List recent English chapters for a manga
Return chapter-level reader access info
Export internal MangaDex chapters to local
CBZfilesExport internal MangaDex chapters to local
PDFfiles
Related MCP server: mcp-markdown-tools
Requirements
Node.js 20+
npm
Install
npm installRun
npm startMCP Launch
This server uses the MCP stdio transport and is intended to be spawned locally by an MCP client.
Example:
{
"command": "node",
"args": ["C:\\Users\\[NAME]\\mangadex-mcp\\src\\index.js"]
}Tools
search_manga
Search MangaDex by title.
Input:
{
"query": "berserk"
}get_manga_details
Fetch detailed metadata and mapped external links for a manga.
Input:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92"
}get_manga_chapters
List recent English chapters for a manga.
Input:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92",
"limit": 10,
"offset": 0
}get_chapter_access_info
Return chapter-level access info. For internal MangaDex chapters this points to the MangaDex reader. For external-hosted chapters this returns the external reader URL. MangaDex does not expose PDF/CBZ download URLs through this API.
Input:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5"
}export_chapter_cbz
Export an internal MangaDex chapter to a local CBZ file.
The tool result also includes a resource_link block pointing at the exported file.
Input:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5",
"quality": "data-saver",
"outputDir": "exports/chapters"
}export_chapter_pdf
Export an internal MangaDex chapter to a local PDF file.
The tool result also includes a resource_link block pointing at the exported file.
Input:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5",
"quality": "data-saver",
"outputDir": "exports/chapters"
}get_manga_external_links
Return only the external links for a manga.
Input:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92"
}Local Verification
npm run smokeNotes
export_chapter_cbzonly works for internal MangaDex-hosted chapters.export_chapter_pdfonly works for internal MangaDex-hosted chapters.External chapters such as MangaPlus links cannot be exported through MangaDex.
PDFexport currently supports chapter pages delivered asjpg,jpeg, orpng.The server makes live requests to
https://api.mangadex.org.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to read, search, and analyze PDF files from local paths or URLs. It provides tools for extracting specific page ranges, searching for terms, and retrieving document metadata.Last updated4151MIT
- Alicense-qualityDmaintenanceAn MCP server that provides tools for analyzing, linting, formatting, and generating Markdown content. It enables users to programmatically manage Markdown files through features like table of contents generation, statistics calculation, and JSON-to-table conversion.Last updated711MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides access to MyAnimeList's API for anime and manga data. It enables users to search, view rankings, manage their personal lists, and get recommendations through Claude and other MCP clients.Last updated525MIT
- Alicense-qualityDmaintenanceAn MCP server for intelligently reading Java source code, supporting extraction from Maven dependencies and local projects with dual decompilers.Last updated154Apache 2.0
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kenhendricks00/mangadex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server