This MCP server implementation provides a bridge between Cursor and the Draw Things API for AI image generation. Developed by James Jao, it converts simple text prompts or JSON inputs from Cursor into proper JSON-RPC requests, handles communication with the Draw Things API, and returns generated images. The implementation includes features like API connection verification, error handling, and automatic image saving, making it useful for integrating AI image generation capabilities into Cursor-based workflows.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Generate an image from a text prompt. Parameters: prompt (string, required), negative_prompt (optional string), width (optional number, default: 360), height (optional number, default: 360), model (optional string, default: 'flux_1_schnell_q5p.ckpt'), steps (optional number, default: 8)