MCP.so
登录

🎨 Ideogram MCP Server

@MCP-Mirror

关于 🎨 Ideogram MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Ideogram MCP Server?

The Ideogram MCP Server is a Model Context Protocol (MCP) server that provides image generation capabilities using the Ideogram API. It allows users to generate images from text prompts with customizable parameters such as aspect ratio, model selection, and style.

How to use Ideogram MCP Server?

Install dependencies with npm install, set your Ideogram API key in an .env file as IDEOGRAM_API_KEY, build the project with npm run build, and optionally link globally with npm link. The server exposes the generate_image tool which can be invoked via an MCP client.

Key features of Ideogram MCP Server

  • Generate images from text prompts
  • Customize aspect ratio, model, and style
  • Enable or disable magic prompt option
  • Set negative prompts to exclude elements
  • Generate 1–8 images per request

Use cases of Ideogram MCP Server

  • Create visuals from detailed text descriptions
  • Generate images in specific aspect ratios for social media or presentations
  • Experiment with different Ideogram models and generation styles
  • Produce multiple image variants for rapid prototyping

FAQ from Ideogram MCP Server

What do I need to run this server?

You need Node.js, npm, and a valid Ideogram API key set in the IDEOGRAM_API_KEY environment variable.

How do I use the generate_image tool?

The tool is called via an MCP client. You must provide a prompt and can optionally set aspect_ratio, model, magic_prompt_option, style_type, negative_prompt, and num_images.

Is there a limit on how many images I can generate at once?

Yes, the num_images parameter accepts values between 1 and 8.

Which models are available?

The server supports V_1, V_1_TURBO, V_2, and V_2_TURBO.

评论

其他 分类下的更多 MCP 服务器