1. Conduid
  2. Developer Tools
  3. Listanime
MCP server · Developer Tools

Listanime

MCP Listanime of web listanime created by Diego Ivan Perea Montealegre

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 3 months ago · breakdown

About Listanime

Listanime is an MCP server published by diegoperea20 in the Developer Tools category: mCP Listanime of web listanime created by Diego Ivan Perea Montealegre. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-listanime

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Listanime

Powered by Claude · Grounded in docs

I know everything about Listanime. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP Listanimes

MCP Listanime of web listanime

🛠️ Steps to Create from Scratch

1. Initialize your project

(download nodejs)

npm -y init

2. In your package.json, add the following:

"type": "module"

3 .📦 Install Dependencies

npm install @modelcontextprotocol/sdk

#(Optional) Install zod for Validations
npm install zod

🔍 Using the MCP Inspector You can verify your MCP project using the built-in inspector.

  1. Run with Inspector
npx -y @modelcontextprotocol/inspector npx -y tsx main.ts

⚙️ VSCode Integration (Optional) in workspace >settings.json

"mcp":{
    "servers": {
      "listanime": {
        "command": "npx",
        "args": ["-y", "tsx", "D:/mcp-listanime/main.ts"]
      }
    }
  },

For stop MCP only push Stop


Created by Diego Ivan Perea Montealegre

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Listanime

How do I install Listanime?

Run npx mcp-listanime, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Listanime safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Listanime still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.