mcp-4o-Image-Generator

by Antipas
Verified

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.

Integrations

  • Runs as a Node.js application, as indicated by the Node.js version compatibility badge.

  • Available as an npm package that can be installed and executed using npx.

  • Uses Shields.io for displaying version and compatibility badges in the README.

4o-image MCP 服务器

一个集成了 4o-image API 的 MCP 服务器实现,使 LLM 和其他 AI 系统能够通过标准化协议生成和编辑图像。使用简单的文本提示即可创建高质量的艺术作品、3D 角色和自定义图像。

特征

  • 文本到图像生成:利用人工智能从文本描述创建图像
  • 图像编辑:使用文本提示转换现有图像
  • 实时进度更新:获取生成状态的反馈
  • 浏览器集成:在默认浏览器中自动打开生成的图像

工具

  • 生成图像
    • 根据文本提示生成图像,并可选择进行图像编辑
    • 输入:
      • prompt (字符串,必需):所需图像的文本描述
      • imageBase64 (字符串,可选):用于编辑或样式转换的 Base64 编码图像

配置

获取 API 密钥

  1. 4o-image.app注册一个账户
  2. 从用户仪表板获取您的 API 密钥
  3. 运行服务器时将 API 密钥设置为环境变量

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

{ "mcpServers": { "4o-image": { "command": "npx", "args": [ "-y", "4oimage-mcp" ], "env": { "API_KEY": "YOUR_API_KEY_HERE" } } } }

示例用法

以下是将此 MCP 服务器与 Claude 一起使用的示例:

Generate an image of a dog running on the beach at sunset

Claude 将使用 MCP 服务器生成图片,该图片将自动在您的默认浏览器中打开。您还会在 Claude 的回复中获得该图片的直接链接。

对于图像编辑,您可以包含一个基础图像并提示 Claude 对其进行修改:

Edit this image to make the sky more dramatic with storm clouds

执照

此 MCP 服务器遵循 MIT 许可证。您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

mcp-4o-图像生成器

  1. Features
    1. Tools
      1. Configuration
        1. Getting an API Key
        2. Usage with Claude Desktop
      2. Example Usage
        1. License
          ID: 39hq8xne2v