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.
Generates an image based on the provided 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)
No reviews yet. Be the first to review!
Sign in to join the conversation