Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Draw Things MCP
Claim
by
jaokuohsuan
npm
GitHub
Image & Video Processing
JavaScript
130
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dist
src
build.mjs
CURSOR_INTEGRATION.md
cursor-mcp-bridge.js
cursor-setup.md
.gitignore
.npmignore
package.json
package-lock.json
README.md
rollup.config.mjs
start-cursor-bridge.sh
.swcrc
test-api-connection.js
test-mcp.js
tsconfig.json
{ "name": "draw-things-mcp-cursor", "version": "1.4.3", "description": "Draw Things API integration for Cursor using Model Context Protocol (MCP)", "private": false, "type": "module", "main": "dist/index.js", "bin": { "draw-things-mcp-cursor": "./dist/index.js" }, "scripts": { "start": "node --experimental-vm-modules --no-warnings dist/index.js", "dev": "NODE_OPTIONS='--loader ts-node/esm' ts-node src/index.ts", "build": "node build.mjs", "test": "node --experimental-vm-modules --no-warnings test-mcp.js", "prepare": "npm run build", "prepublishOnly": "npm run build", "typecheck": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@rollup/plugin-node-resolve": "^16.0.0", "@swc/cli": "^0.3.8", "@swc/core": "^1.4.8", "@swc/helpers": "^0.5.6", "@types/node": "^20.17.19", "rimraf": "^5.0.10", "rollup": "^4.34.9", "ts-node": "^10.9.2", "typescript": "^5.3.3", "zod-to-json-schema": "3.20.3" }, "overrides": { "zod-to-json-schema": "3.20.3" }, "resolutions": { "zod-to-json-schema": "3.20.3" }, "files": [ "dist", "README.md", "cursor-setup.md" ], "keywords": [ "cursor", "mcp", "draw-things", "ai", "image-generation", "stable-diffusion" ], "author": "jaokuohsuan", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jaokuohsuan/draw-things-mcp" }, "bugs": { "url": "https://github.com/jaokuohsuan/draw-things-mcp/issues" }, "homepage": "https://github.com/jaokuohsuan/draw-things-mcp#readme", "engines": { "node": ">=16.0.0" }, "packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab" }