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
npx mcp-listanimeThis 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
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.
- 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.