Gives Claude read-only access to the Deep Anime AI platform's feature set, pricing, and official links without requiring API keys. You get three tools: list_styles returns the available generation presets, get_pricing pulls current plan tiers, and get_official_links surfaces the canonical URLs. Two prompts handle common questions: one explains what Deep Anime does (text-to-anime, photo conversion, character consistency across poses), the other recommends a starting style based on your goal. Useful when you're helping users pick the right anime generation workflow or need to quote accurate pricing for the Lite versus Pro tiers. The server pulls from static metadata, so responses are fast and there's no quota to manage.
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
io.github.socialapishub/social-media-api
io.github.xpaysh/social-media
com.thenextgennexus/youtube-media-mcp-server
io.github.ludmila-omlopes/youtube-video-analyzer
csoai-org/social-media-ai-mcp
com.ezbizservices/social-media