Skip to content
Zed

mangadex mcp for Zed

io.github.mrfentmen/mangadex-mcp

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

client:Zed transport:stdio runtime:npm

Install mangadex mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mangadex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mangadex-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mangadex mcp in other clients