Skip to content
Cursor

mangadex mcp for Cursor

io.github.mrfentmen/mangadex-mcp

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

client:Cursor transport:stdio runtime:npm

Install mangadex mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mangadex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mangadex-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mangadex mcp in other clients