Grok2 Image MCP Server enables AI assistants to generate images through the Grok2 model using the Model Context Protocol. Built with TypeScript and running on Node.js, this server implementation uses stdio transport to facilitate communication between clients and the image generation capabilities of Grok2. The server is designed for easy integration into existing workflows, making it particularly valuable for applications requiring on-demand image creation from text prompts without complex setup or configuration.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Generate images from text prompts. Parameters: prompt (string, required), n (number, optional), aspect_ratio (string, optional), resolution (string, optional)
Edit existing images using a text prompt. Parameters: prompt (string, required), image_urls (string[], required), n (number, optional), aspect_ratio (string, optional), resolution (string, optional)