Skip to content

ricardolx/airgen-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: A tool for generating assets

Features

Tools

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

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/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published