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.
No description provided.
This server is thin — proceed with caution. Help improve this page →
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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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 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)