Aipic Mcp
@leonaries
About Aipic Mcp
A Model Context Protocol (MCP) server that provides AI-powered image generation capabilities specifically designed for web design workflows. This server integrates with Alibaba Cloud DashScope's FLUX model to generate high-quality images based on English prompts, perfect for crea
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aipic": {
"command": "npx",
"args": [
"-y",
"aipic-mcp"
],
"env": {
"DASHSCOPE_API_KEY": "sk-your-dashscope-api-key-here"
}
}
}
}Tools
1Generate AI images for web design using FLUX model via DashScope API. Perfect for creating placeholder images, hero images, product images, and other web assets.
Overview
What is Aipic Mcp?
Aipic Mcp is a Model Context Protocol server that provides AI-powered image generation using Alibaba Cloud DashScope’s FLUX model. It is designed for web design workflows, producing web-optimized images from English prompts. The server returns images in base64 format and can automatically save them to the user’s Desktop or a temporary directory.
How to use Aipic Mcp?
Install and run via npx (npx -y aipic-mcp) or globally (npm install -g aipic-mcp). Configure the server in Claude Desktop by adding the appropriate JSON block to the configuration file, specifying the DashScope API key either as an environment variable (DASHSCOPE_API_KEY) or when calling the tool. The main tool is generate_web_image, which accepts parameters prompt, apiKey (optional), width, height, and outputPath.
Key features of Aipic Mcp
- AI image generation using DashScope FLUX model
- Web-optimized output with proper compression and sizing
- Support for custom width and height (default 1024x1024)
- Returns images in base64 format for direct web use
- Smart file saving: auto-saves to Desktop, falls back to temp directory
- Async processing with reliable task polling and error handling
Use cases of Aipic Mcp
- Generating placeholder images or hero images for website designs
- Creating product mockups and e-commerce photos from prompts
- Producing abstract backgrounds or landscape images for web assets
- Rapidly prototyping visual elements during web development iterations
FAQ from Aipic Mcp
What API key do I need?
You need a DashScope API key from Alibaba Cloud with image generation permissions, typically starting with sk-. Provide it via the DASHSCOPE_API_KEY environment variable or the apiKey parameter when using the tool.
Where are generated images saved?
Images are automatically saved to your Desktop if possible; otherwise they fall back to the system’s temporary directory. You can also specify a custom path using the outputPath parameter.
How do I install Aipic Mcp?
The recommended method is npx -y aipic-mcp. Alternatively, install globally with npm install -g aipic-mcp. For local development, clone the GitHub repository and run npm run build.
Which AI model does it use?
The server uses the flux-schnell model from Alibaba Cloud DashScope, optimized for fast image generation. The endpoint is https://dashscope.aliyuncs.com/api/v1/services/aigc/text2image/image-synthesis.
What are the runtime dependencies?
Node.js 18+ is required. Key npm dependencies include @modelcontextprotocol/sdk, axios, sharp, and uuid. The server can be used with Claude Desktop or any MCP-compatible client.
Frequently asked questions
What API key do I need?
You need a DashScope API key from Alibaba Cloud with image generation permissions, typically starting with `sk-`. Provide it via the `DASHSCOPE_API_KEY` environment variable or the `apiKey` parameter when using the tool.
Where are generated images saved?
Images are automatically saved to your Desktop if possible; otherwise they fall back to the system’s temporary directory. You can also specify a custom path using the `outputPath` parameter.
How do I install Aipic Mcp?
The recommended method is `npx -y aipic-mcp`. Alternatively, install globally with `npm install -g aipic-mcp`. For local development, clone the GitHub repository and run `npm run build`.
Which AI model does it use?
The server uses the `flux-schnell` model from Alibaba Cloud DashScope, optimized for fast image generation. The endpoint is `https://dashscope.aliyuncs.com/api/v1/services/aigc/text2image/image-synthesis`.
What are the runtime dependencies?
Node.js 18+ is required. Key npm dependencies include `@modelcontextprotocol/sdk`, `axios`, `sharp`, and `uuid`. The server can be used with Claude Desktop or any MCP-compatible client.
Basic information
More Media & Design MCP servers
YouTube Transcript Server
kimtaeyoon83This is an MCP server that allows you to directly download transcripts of YouTube videos.

Lamina — On-brand product photos, video & try-ons
LaminaGenerate on brand product videos from Claude Code (or any assistant) in one line. Lamina turns a brief + your brand kit into finished product photos, video reels, and campaign banners - no prompt engineering; brand guard
Designesy
LE-VAIDesign-system contract verification & scoring for AI agents. 40-check engine (95.3% A self-score), DTCG token validation, WCAG 2.2 a11y, Lottie motion. 17 tools, no auth.
SVGator
SVGatorDrive your SVGator account from any AI assistant. Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand.

uxgen
uxgenA library of conversion components for e-commerce, built on A/B tested mechanics and handed straight to your coding agent. 65 pieces drawn from mechanics that have been A/B tested in real stores: cart drawer with the ups
Comments