Integrations
Integrates with the Jimeng AI image generation service from Volcengine, allowing generation of AI images by providing prompts, dimensions, and optional customizations like watermarks and text enhancement
{ "mcpServers": { "jimeng": { "command": "npx", "args": [ "jimeng", "-y" ], "env": { "VOLCENGINE_ACCESS_KEY": "Ihr_Zugriffsschlüssel_hier", "VOLCENGINE_SECRET_KEY": "Ihr_geheimer_Schlüssel_hier" } } } }
https://console.volcengine.com/iam/keymanage/获取Zugriffsschlüssel-ID und geheimer Zugriffsschlüssel
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Ein auf TypeScript basierender Model Context Protocol-Server, der in den Jimeng AI-Bildgenerierungsdienst von Volcengine integriert ist und es Benutzern ermöglicht, KI-Bilder durch einfache Toolaufrufe zu generieren.
Related MCP Servers
- -securityAlicense-qualityA TypeScript-based MCP server that enables AI assistants to interact with Gyazo images using the Model Context Protocol, providing access to image URIs, metadata, and OCR data via the Gyazo API.Last updated -10TypeScriptMIT License
- -securityAlicense-qualityA TypeScript implementation of a Model Context Protocol server that provides a frictionless framework for developers to build and deploy AI tools and prompts, focusing on developer experience with zero boilerplate and automatic tool registration.Last updated -6TypeScriptMIT License
- -security-license-qualityA Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.Last updated -JavaScriptMIT License
- -securityFlicense-qualityA TypeScript template for creating Model Context Protocol servers that enable AI models to utilize external tools, including example operations and simple number addition functionality.Last updated -2TypeScript