Mcp Image Server

by ricardopera

252 downloads
Not rated
GitHub

About

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.

Details

Author
ricardopera
Downloads
252
Categories
Media

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Image Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

generate-image

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

generate-favicon

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.