Skip to main content
Glama

DALL-E MCP Server

by Garoth
package.json1.38 kB
{ "name": "dalle-mcp-server", "version": "1.0.0", "description": "MCP server for generating images using OpenAI's DALL-E API", "private": true, "type": "module", "bin": { "dalle-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js src/services/__tests__/dalle-service.test.ts", "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch", "test:name": "node --experimental-vm-modules node_modules/jest/bin/jest.js -t", "test:all": "RUN_ALL_TESTS=true npm test", "generate-test-image": "npm run build && node scripts/generate-test-image.js", "add-to-mcp": "node add-to-mcp-settings.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.7", "axios": "^1.7.9", "form-data": "^4.0.0", "fs-extra": "^11.2.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garoth/dalle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server