π¦
Listanime
MCP Listanime of web listanime created by Diego Ivan Perea Montealegre
0 installs
1 stars
Trust: 49 β Fair
Devtools
Installation
npx mcp-listanimeAsk AI about Listanime
Powered by Claude Β· Grounded in docs
I know everything about Listanime. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
