Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
DALL-E MCP Server
by
Garoth
Verified
GitHub
Image & Video Processing
TypeScript
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dalle-mcp
assets
src
.env.example
.gitignore
jest.config.js
jest.setup.js
mcp-settings-example.json
package.json
package-lock.json
popular_urls.txt
random_urls.txt
README.md
test_urls.txt
tsconfig.json
{
"
mcpServers
"
: {
"
dalle
"
: {
"
command
"
:
"
node
"
,
"
args
"
: [
"
/path/to/dalle-mcp-server/build/index.js
"
],
"
env
"
: {
"
OPENAI_API_KEY
"
:
"
sk-proj-blah-blah-blah
"
,
"
SAVE_DIR
"
:
"
/path/to/save/directory
"
},
"
disabled
"
:
false
,
"
autoApprove
"
: []
}
}
}