npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-mangabaka

v1.1.0

Published

MangaBaka node for n8n

Readme

n8n-nodes-mangabaka

This is an n8n community node. It lets you use MangaBaka in your n8n workflows.

MangaBaka is a manga tracking and discovery platform. This node provides integration with the MangaBaka API, allowing you to manage your library, search for series, and retrieve manga information through n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Resources Version History

Installation

Follow the installation guide in the n8n community nodes documentation.

In n8n, go to SettingsCommunity NodesInstall and enter:

n8n-nodes-mangabaka

Or install via npm in your n8n installation directory:

npm install n8n-nodes-mangabaka

Operations

The MangaBaka node supports the following resources and operations:

Series

  • Batch Get - Retrieve multiple series by their IDs
  • Get - Get the data of a single series
  • Get Full - Get complete series information including volumes and chapters
  • Get News - Get news related to a series
  • Get Related - Get series related to a specific series
  • Search - Search for series by title

Library

  • Add Series - Add a series to your library
  • Get Series Status - Get the status of a series in your library
  • List - List all series in your library
  • Remove Series - Remove a series from your library
  • Update Series - Update a series status in your library

Genre

  • List - List all available genres

Credentials

To use this node, you need to configure MangaBaka API credentials.

API Key Authentication

  1. Log in to your MangaBaka account
  2. Go to your account settings to generate an API key
  3. Your API key will start with mb-
  4. In n8n, create new MangaBaka API credentials
  5. Enter your API key in the credentials

Note: The API endpoint is https://api.mangabaka.dev and is configured automatically.

Compatibility

  • Minimum n8n version: 1.0.0
  • MangaBaka API version: v1

This node has been tested with:

  • n8n 1.0.0 and later
  • MangaBaka API v1

Usage

Example Workflows

Library Management:

  • Add series to your library automatically based on search criteria
  • Track reading progress for series in your library
  • Get notifications when series are updated

Series Discovery:

  • Search for manga by title
  • Get related series recommendations
  • Browse series by genre
  • Get the latest news for your favorite series

Data Collection:

  • Batch retrieve series information
  • Get complete series details including all volumes and chapters
  • Export your library data for analysis

Tips

  • Use the Search operation to find series, then use the series ID in other operations
  • The Get Full operation provides comprehensive series data including all volumes and chapters
  • Use Batch Get when you need to retrieve multiple series efficiently
  • The node supports dynamic expressions, so you can use data from previous nodes in your workflow

Development

For development instructions using Docker, see README.docker.md.

Resources

Version History

1.0.0

  • Initial release
  • Support for Series, Library, and Genre resources
  • API Key authentication
  • Search, batch operations, and full series details
  • Library management (add, remove, update, list)
  • Genre listing

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT


Author: Sylvain Cau Repository: https://github.com/AshDevFr/n8n-nodes-mangabaka