Mcp Image Server

Created By
Ricardo Pereiraa year ago
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.

Server Config

{
  "mcpServers": {
    "mcp-image-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ricardopera/mcp-image-server@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE"
      }
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
Ricardo Pereira
Star
-
Language
-
License
-
Category

Recommend Servers

View All