Jimeng MCP Server
A Model Context Protocol (MCP) server for Volcengine's Jimeng AI image generation service.
Features
Generate images using Volcengine's Jimeng AI service
Support for Chinese and English prompts
Configurable image dimensions and generation parameters
Watermark support
Built-in prompt enhancement (LLM preprocessing)
Super-resolution enhancement
Installation
Setup
Get your Volcengine credentials from the Volcengine Console
Set environment variables:
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
Standalone Usage
Available Tools
generateImage
Generate images using text descriptions.
Parameters:
prompt
(required): Text description for image generationreq_key
(optional): Model identifier (default: "jimeng_high_aes_general_v21_L")seed
(optional): Random seed for generation (default: -1)width
(optional): Image width in pixels (default: 512)height
(optional): Image height in pixels (default: 512)use_sr
(optional): Enable super-resolution (default: true)use_pre_llm
(optional): Enable prompt enhancement (default: true)return_url
(optional): Return image URLs (default: true)logo_info
(optional): Watermark configuration
Example:
Development
Configuration
Environment Variables
VOLCENGINE_ACCESS_KEY_ID
: Your Volcengine access key IDVOLCENGINE_SECRET_ACCESS_KEY
: Your Volcengine secret access key
Watermark Configuration
API Reference
This MCP server interfaces with Volcengine's Jimeng image generation API. For detailed API documentation, visit:
License
MIT
Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature
)Commit your changes (
git commit -m 'Add some amazing feature'
)Push to the branch (
git push origin feature/amazing-feature
)Open a Pull Request
Support
For issues and questions:
Security
Never commit API keys or secrets to version control
Use environment variables for sensitive configuration
Regularly rotate your API credentials
This server cannot be installed
A Model Context Protocol server that enables generating AI images using Volcengine's Jimeng service, supporting features like prompt enhancement, super-resolution, and watermarking.
Related MCP Servers
- -securityAlicense-qualityA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.Last updated -13MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that provides image generation capabilities using Google's Gemini 2 API, allowing users to generate multiple images with customizable parameters like prompts, aspect ratios, and person generation settings.Last updated -1174MIT License
- AsecurityAlicenseAqualityModel Context Protocol server that enables generating videos from text prompts and/or images using AI models (Luma Ray2 Flash and Kling v1.6 Pro) with configurable parameters like aspect ratio, resolution, and duration.Last updated -23MIT License
- AsecurityAlicenseAqualityA TypeScript-based Model Context Protocol server that integrates with Volcengine's Jimeng AI image generation service, allowing users to generate AI images through simple tool calls.Last updated -112MIT License