Back to Browse

Anime Filler MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to tells you which anime episodes are filler vs canon. Powered by...

About

Use this MCP server to tells you which anime episodes are filler vs canon. Powered by...

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 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-anime-filler-mcp": {
      "args": [
        "-y",
        "anime-filler-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

anime filler mcp

The question every weeb asks: is this episode filler?

Powered by animefillerlist.com (scraped politely, no official API exists).

Tools

  • search_anime, find an anime, get its slug
  • get_episode_lists, full canon/filler breakdown with episode ranges
  • is_episode_filler, verdict for one episode, with title + air date

Run

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

Example

"Is Naruto Shippuden episode 57 filler?"

is_episode_filler("naruto-shippuden", 57) → "Episode 57 of Naruto Shippuden is FILLER, skippable, safe to skip. Title: 'Robbed of Sleep' (aired 2008-05-08)"

"Which One Piece episodes can I skip?" get_episode_lists("one-piece") → 1010 canon, 94 filler, with ranges.

Reviews

No reviews yet

Be the first to review this server!