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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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)