Skip to main content
Glama

Ideogram MCP Server


📦项目概述

  • 一个 TypeScript 工具,允许您通过 MCP 服务器使用 Ideogram API (v3.0)
  • 多功能包括图像生成、样式参考、魔法提示、长宽比、模型选择等。
  • 可立即与 Claude Desktop 和其他 MCP 客户端一起使用

⚡️ 快速入门

如果你想以闪电般的速度连接到 Claude Desktop 或其他 MCP 客户端,
只需将下面的 JSON 代码片段复制并粘贴到您的配置文件中! ✨

{ "mcpServers": { "ideogram": { "command": "npx", "args": [ "@sunwood-ai-labs/ideagram-mcp-server" ], "env": { "IDEOGRAM_API_KEY": "your_api_key_here" } } } }

🛠️ MCP 工具规格

生成图像

参数列表(最新版本)
参数类型解释必需/可选评论
迅速的细绳图像生成提示(建议使用英文)必需的
纵横比细绳长宽比(例如“1x1”、“16x9”、“4x3”等)任何15种
解决细绳分辨率(参见官方文档,共69种)任何
种子整数随机数种子(确保可重复性)任何0 到 2147483647
magic_prompt细绳魔术提示(“AUTO”“在”“离开”
渲染速度细绳v3 的渲染速度(“TURBO”“默认”“质量”
样式代码细绳[]8 个字符的样式代码序列任何
样式类型细绳样式类型(“AUTO”“一般的”“实际的”
负面提示细绳除外责任(建议使用英语)任何
图像数量数字生成的图像数量(1 至 8)任何
样式参考目的样式参考(表意文字 3.0 中的新功能)任何详情如下
└ 网址细绳[]参考图像 URL 数组(最多 3 个)任何
└ 样式代码细绳样式代码任何
└ 随机风格布尔值使用随机样式任何
输出目录细绳图片存储目录(默认:“docs”)任何
基本文件名细绳保存文件名的基础(默认值:“ideogram-image”)任何时间戳和ID分配
模糊蒙版布尔值模糊图像边缘(设置为 true 以进行蒙版合成)任何默认值:false
📝 使用示例
const result = await use_mcp_tool({ server_name: "ideagram-mcp-server", tool_name: "generate_image", arguments: { prompt: "A beautiful sunset over mountains", aspect_ratio: "16x9", rendering_speed: "QUALITY", num_images: 2, style_reference: { urls: [ "https://example.com/ref1.jpg", "https://example.com/ref2.jpg" ], random_style: false }, blur_mask: true } });

🧑‍💻 开发、构建和测试

  • npm run build ... TypeScript 构建
  • npm run watch ... 开发模式(自动构建)
  • npm run lint ... 代码检查
  • npm test ...运行测试

🗂️ 目录结构

ideagram-mcp-server/ ├── assets/ ├── docs/ │ └── ideogram-image_2025-05-18T06-31-45-777Z.png ├── src/ │ ├── tools/ │ ├── types/ │ ├── utils/ │ ├── ideogram-client.ts │ ├── index.ts │ ├── server.ts │ └── test.ts ├── .env.example ├── package.json ├── tsconfig.json ├── README.md └── ...(省略)

📝 贡献

  1. Fork此存储库
  2. 创建新分支( git checkout -b feature/awesome
  3. 提交更改(提交消息应使用日语,并建议使用表情符号!)
  4. 推送和拉取请求创建

🚀 部署和发布

  • 使用 GitHub Actions 自动进行 npm 发布
  • 版本更新→推送标签自动部署
npm version patch|minor|major git push --follow-tags

有关详细信息,请参阅docs/npm-deploy.md


📄 许可证

麻省理工学院


You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器使用表意文字 API 提供图像生成功能,允许用户使用可自定义的参数从文本提示创建图像。

  1. ⚡️ 快速入门
    1. 🛠️ MCP 工具规格
      1. 生成图像
    2. 🧑‍💻 开发、构建和测试
      1. 🗂️ 目录结构
        1. 📝 贡献
          1. 🚀 部署和发布
            1. 📄 许可证

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides an image generation tool using Templated.io, allowing users to create customized images based on templates with text and image layers.
                Last updated -
                TypeScript
                • Apple
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables high-quality image generation using the Flux.1 Schnell model via Together AI with customizable parameters.
                Last updated -
                1
                29
                8
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schnell model via Together AI, allowing users to create images from text prompts with customizable dimensions.
                Last updated -
                1
                8
                Python
                MIT License
                • Apple
              • -
                security
                -
                license
                -
                quality
                A Model Context Protocol server enabling AI assistants to generate images through OpenAI's DALL-E API with full support for all available options and fine-grained control.
                Last updated -
                JavaScript
                MIT License

              View all related MCP servers

              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/Sunwood-ai-labs/ideagram-mcp-server'

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