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
{
"name": "anilist-mcp",
"version": "1.4.0",
"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": "shx rm -rf 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 && cross-env TRANSPORT=http node dist/index.js",
"start:stdio": "pnpm run build && node dist/index.js",
"dev": "pnpm run dev:http",
"dev:http": "cross-env 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.23.0",
"@yuna0x0/anilist-node": "^1.15.1",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@anthropic-ai/mcpb": "^2.0.1",
"@modelcontextprotocol/inspector": "^0.17.2",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"cross-env": "^10.1.0",
"shx": "^0.4.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}