Back to Browse

Mangadex MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to MangaDex, search manga, browse chapters, authors, and tags. Tools include...

About

Use this MCP server to MangaDex, search manga, browse chapters, authors, and tags. Tools include...

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server for the MangaDex public API with no authentication requirements (as the API is public). The code is clean, properly validates all inputs using Zod, includes comprehensive error handling, and has no dangerous patterns. Permissions are appropriate for a public data search tool—network access is necessary and properly scoped to the MangaDex API only. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-mangadex-mcp": {
      "args": [
        "-y",
        "mangadex-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mangadex mcp

Search the MangaDex library (API v5). Free, no auth.

Tools

  • search_manga, title, authors, year, status, tags, description
  • get_manga, full detail for a manga UUID
  • list_chapters, chapters with volumes, scanlation groups, page counts
  • search_author, find mangaka by name
  • list_tags, the full tag taxonomy (build search filters from it)

Run

npm install && npm run build && node dist/index.js

Example

"What's the newest English Berserk chapter?" search_manga("Berserk") → list_chapters(<id>, "en", oldestFirst=false)

Reviews

No reviews yet

Be the first to review this server!