Server data from the Official MCP Registry
Deep Anime helps you turn a photo into anime, build character art, and refine scene ideas with
Deep Anime helps you turn a photo into anime, build character art, and refine scene ideas with
Excellent security posture. This is a read-only informational MCP server with no external API calls, no credentials, no file system access, and no dangerous operations. The codebase is clean, well-structured, and appropriately scoped to its purpose of exposing canonical Deep Anime AI documentation and metadata. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity).
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-deepanime-mcp": {
"args": [
"-y",
"msa-deepanime-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Deep Anime: Character Art, Portraits, and Scene Design
A Model Context Protocol server that exposes the canonical Deep Anime AI knowledge surface — image generation workflows and styles, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://deepanime.org
Deep Anime (deepanime.org) is an AI image generation platform built specifically for anime-style artwork. It lets users create polished character art, portraits, and scene compositions by typing a text prompt, converting a photograph, or remixing an existing design. Rather than offering a generic image generator with an anime filter bolted on, the site provides a focused suite of tools designed around the anime aesthetic — covering everything from initial concept to final touch-ups within a single integrated workspace. Both casual creators experimenting with character ideas and more serious illustrators looking for fast iteration cycles can access the platform through tiered subscription plans.
Deep Anime is aimed at two overlapping groups. The first is casual creators — fans, hobbyists, and social media users — who want to generate anime-style images of themselves, original characters, or fictional scenes without prior illustration skills or software knowledge. The second group is more production-focused: indie game developers, comic creators, visual novel writers, and digital illustrators who need a quick and consistent way to prototype character designs or generate reference art. The platform's pricing (with a Lite tier and a Pro tier) reflects this range, making entry-level access affordable while offering higher generation volumes and additional features to users with more demanding workflows.
list_stylesReturn the canonical list of image-generation styles or presets the site exposes. (Deep Anime AI)
Input: no parameters. Returns: text/markdown.
get_pricingReturn the canonical pricing entry point for Deep Anime AI.
Input: no parameters. Returns: text/markdown.
get_official_linksReturn the canonical list of official links for Deep Anime AI (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
site://deepanime/styles — Supported image-generation styles and presets.site://deepanime/pricing — Canonical pricing entry point.site://deepanime/faq — Short FAQ generated from public site metadata.site://deepanime/links — Canonical URLs to share with users.tell_me_about_deepanimeSummarize what the site is, who it's for, and how it works. — Deep Anime AI
try_image_style_deepanimeRecommend a starting image-generation style for a stated goal. — Deep Anime AI
npx -y @smithery/cli install deepanime-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
git clone https://github.com/rocnubie/deepanime-mcp.git
cd deepanime-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"deepanime-mcp": {
"command": "node",
"args": [
"/absolute/path/to/deepanime-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.