Skip to main content
Glama

anilist-mcp

MIT License
112
54
  • Apple
  • Linux
package.json1.86 kB
{ "name": "anilist-mcp", "version": "1.3.6", "mcpName": "io.github.yuna0x0/anilist-mcp", "description": "AniList MCP server for accessing AniList API data", "type": "module", "module": "index.ts", "author": "yuna0x0 <yuna@yuna0x0.com>", "repository": { "type": "git", "url": "https://github.com/yuna0x0/anilist-mcp.git" }, "license": "MIT", "bin": { "anilist-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "clean": "rimraf 'dist/'", "build": "pnpm run clean && tsc && shx chmod +x dist/*.js", "prepare": "pnpm run build", "start": "pnpm run start:http", "start:http": "pnpm run build && TRANSPORT=http node dist/index.js", "start:stdio": "pnpm run build && node dist/index.js", "dev": "pnpm run dev:http", "dev:http": "TRANSPORT=http tsx index.ts", "dev:stdio": "tsx index.ts", "inspector": "pnpm run build && mcp-inspector node dist/index.js", "watch": "tsc --watch", "pack:mcpb": "pnpm install --shamefully-hoist && mcpb pack" }, "keywords": [ "ai", "mcp", "model-context-protocol", "anilist", "api", "llm", "anime", "manga" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.18.1", "@yuna0x0/anilist-node": "^1.15.0", "cors": "^2.8.5", "dotenv": "^17.2.2", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@anthropic-ai/mcpb": "^1.1.0", "@modelcontextprotocol/inspector": "^0.16.8", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "rimraf": "^6.0.1", "shx": "^0.4.0", "tsx": "^4.20.5", "typescript": "^5.9.2" }, "engines": { "node": ">=18.0.0" }, "packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuna0x0/anilist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server