Draw Things
Summary
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.
Available Actions(1)
generateImage
Generates an image based on the provided prompt. Parameters: prompt (string - required), negative_prompt (string - optional), width (number - optional, default: 360), height (number - optional, default: 360), model (string - optional, default: 'flux_1_schnell_q5p.ckpt'), steps (number - optional, default: 8)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论