mangadex-mcp
mangadex-mcp
MangaDexの検索、マンガのメタデータの読み取り、チャプターの一覧表示、および内部チャプターのCBZまたはPDFへのエクスポートを行うためのローカルstdio MCPサーバーです。
機能
名前によるMangaDexタイトルの検索
マンガのメタデータと外部リンクの取得
マンガの最近の英語チャプターの一覧表示
チャプターレベルのリーダーアクセス情報の取得
内部MangaDexチャプターのローカル
CBZファイルへのエクスポート内部MangaDexチャプターのローカル
PDFファイルへのエクスポート
Related MCP server: MAL MCP Server
要件
Node.js 20以上
npm
インストール
npm install実行
npm startMCPの起動
このサーバーはMCPのstdioトランスポートを使用しており、MCPクライアントによってローカルで起動されることを想定しています。
例:
{
"command": "node",
"args": ["C:\\Users\\[NAME]\\mangadex-mcp\\src\\index.js"]
}ツール
search_manga
タイトルでMangaDexを検索します。
入力:
{
"query": "berserk"
}get_manga_details
マンガの詳細なメタデータとマッピングされた外部リンクを取得します。
入力:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92"
}get_manga_chapters
マンガの最近の英語チャプターを一覧表示します。
入力:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92",
"limit": 10,
"offset": 0
}get_chapter_access_info
チャプターレベルのアクセス情報を返します。内部MangaDexチャプターの場合、これはMangaDexリーダーを指します。外部ホストのチャプターの場合、外部リーダーのURLを返します。MangaDexはこのAPIを通じてPDF/CBZのダウンロードURLを公開していません。
入力:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5"
}export_chapter_cbz
内部MangaDexチャプターをローカルのCBZファイルにエクスポートします。
ツールの結果には、エクスポートされたファイルを指すresource_linkブロックも含まれます。
入力:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5",
"quality": "data-saver",
"outputDir": "exports/chapters"
}export_chapter_pdf
内部MangaDexチャプターをローカルのPDFファイルにエクスポートします。
ツールの結果には、エクスポートされたファイルを指すresource_linkブロックも含まれます。
入力:
{
"chapterId": "8ceadc31-e41e-4038-8aef-d002aab344a5",
"quality": "data-saver",
"outputDir": "exports/chapters"
}get_manga_external_links
マンガの外部リンクのみを返します。
入力:
{
"mangaId": "801513ba-a712-498c-8f57-cae55b38cc92"
}ローカル検証
npm run smoke注意事項
export_chapter_cbzは、内部のMangaDexホスト型チャプターでのみ機能します。export_chapter_pdfは、内部のMangaDexホスト型チャプターでのみ機能します。MangaPlusリンクなどの外部チャプターは、MangaDexを通じてエクスポートすることはできません。
PDFエクスポートは現在、jpg、jpeg、またはpngとして配信されるチャプターページをサポートしています。サーバーは
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
- AlicenseBqualityDmaintenanceMCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.152MIT
- 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).502062MIT
- 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.651Apache 2.0
- 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
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP Server for JFrog, providing tools for development and artifact management.
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
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