MCP.so
登录

Mcp Image Server

@ricardopera

关于 Mcp Image Server

A TypeScript-based MCP server for generating custom images and icons using AI (GPT Image 1). It supports output formats including .png, .svg, .ico, and others. Designed for seamless integration with Vibe Coding, enabling on-demand visual asset creation for your projects.

基本信息

分类

媒体与设计

传输方式

stdio

发布者

ricardopera

提交者

Ricardo Pereira

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-image-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ricardopera/mcp-image-server@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE"
      }
    }
  }
}

工具

2

Generates a custom image using AI (GPT Image 1) and delivers it in the requested format (.png, .svg, .ico).

Generates a custom favicon.ico from a textual prompt using AI (GPT Image 1).

概览

What is Mcp Image Server?

A TypeScript-based MCP server that generates custom images and icons using AI (GPT Image 1). It supports output formats including .png, .svg, .ico, and others. Designed for seamless integration with Vibe Coding, enabling on-demand visual asset creation for your projects.

How to use Mcp Image Server?

Key features of Mcp Image Server

  • AI-powered image and icon generation via GPT Image 1
  • Supports multiple output formats (PNG, SVG, ICO, and more)
  • Built in TypeScript for MCP integration
  • Designed for use with Vibe Coding workflows

Use cases of Mcp Image Server

  • Generating custom icons for applications and dashboards
  • Creating on-demand images during a Vibe Coding session
  • Producing SVG graphics programmatically through AI

FAQ from Mcp Image Server

What AI model does Mcp Image Server use?

It uses GPT Image 1 for image generation.

What file formats can it output?

It supports .png, .svg, .ico, and other formats.

What is Vibe Coding?

Vibe Coding is the development workflow the server is designed to integrate with, as mentioned in the README. No further details are provided.

评论

媒体与设计 分类下的更多 MCP 服务器