Anime Js MCP Server is an MCP server that provides entertainment tools to AI agents. Its tool list has not been published yet over stdio and http, requires no API key, and scores 47/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"anime-js": {
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your_token_here"
},
"args": [
"anime-js-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server providing AI assistants with comprehensive access to Anime.js animation library components, APIs, examples, and documentation.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'anime-js-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked anime-js-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
MCP Server for Text to Speech
The official MCP Server for the Mux API
MCP Security Weekly
Get CVE alerts and security updates for Anime Js Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server providing AI assistants with comprehensive access to Anime.js animation library components, APIs, examples, and documentation.
npm install -g anime-js-mcp-server
npx anime-js-mcp-server
# Start the server
npx anime-js-mcp-server
# With GitHub API token for enhanced features
npx anime-js-mcp-server --github-api-key YOUR_GITHUB_TOKEN
export GITHUB_PERSONAL_ACCESS_TOKEN=your_token_here
export LOG_LEVEL=info # debug, info, warn, error
# Get started with Anime.js
"How do I create a basic slide-in animation?"
# Explore specific features
"Show me timeline examples for sequential animations"
# Search for patterns
"Find examples with stagger effects"
# Get performance tips
"How do I optimize animations for mobile?"
| Tool | Description | Parameters |
|---|---|---|
get_anime_component | Get component documentation | componentName (required) |
list_anime_components | List all components | category (optional) |
get_anime_example | Get code example | exampleType (required) |
search_anime_examples | Search examples | query (required) |
get_anime_docs | Get documentation | topic (required) |
anime, timeline)stagger, random, set)path, morphing)basic-transform - Simple transform animationstimeline-sequence - Sequential timeline animationsstagger-grid - Grid-based stagger effectssvg-path - SVG path animationstext-animation - Text effectselastic-bounce - Physics-based easingmorphing - CSS property morphingkeyframes - Complex keyframe animationsgetting-started - Installation and basic usageanimation-controls - Play, pause, seek controlseasing - All easing functions and custom curvesperformance - Optimization best practicestimeline - Timeline and sequencingstagger - Stagger effects and patternsIf you have Claude MCP CLI installed, you can add the server with a single command:
claude mcp
... [View full README on GitHub](https://github.com/yeshsurya/anime-js-mcp-server#readme)