Skip to main content
Glama

DALL-E MCP Server

by szabadkai
package.json689 B
{ "name": "dall-e-mcp-server", "version": "1.0.0", "description": "MCP server for DALL-E image generation with ChatGPT", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "watch": "tsx watch src/index.ts" }, "keywords": ["mcp", "dall-e", "image-generation", "openai", "chatgpt"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "openai": "^4.67.1", "fs-extra": "^11.2.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.17", "tsx": "^4.7.0", "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/szabadkai/imagegen-mcp'

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