MCP Hub
Back to servers

Airgen

MCP (Model Context Protocol) Server. Generates visual assets like images, logos, icons, and SVGs using OpenAI's DALL-E models, providing designers and developers with a streamlined tool for intelligent asset creation across various styles and sizes.

pulsemcp
Tools
1
Validated
Jan 11, 2026

Airgen MCP Server

Generate assets, icons, and svgs

This is a TypeScript-based MCP server that implements an asset generation agent. It uses core MCP concepts by providing an AI agent with tools for:

  • Generating image assets given a provided description
  • Removing image backgrounds
  • Resizing images
  • Converting assets to vectors or SVGs

Features

MCP Tools

  • generate_image - Create new image asset
    • Will make images, banners, logos, icons and svgs using the agent toolset

Development

Install dependencies:

npm install

Build the server:

npm run build

Run the server

npm run server

Installation

To use with Cursor mcp.json

{ 
    "mcpServers": {
        "airgen-mcp": {
            "url": "{url}/sse"
        }
    }
}

Coming soon

Authorization

MCP is proposed to suport OAuth 2.1 (https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/)

Reviews

No reviews yet

Sign in to write a review