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
generate_image
- Create new image asset- Will make images, banners, logos, icons and svgs
Install dependencies:
npm install
Build the server:
npm run build
Run the server
npm run server
To use with Cursor mcp.json
{
"mcpServers": {
"airgen-mcp": {
"url": "{url}/sse"
}
}
}
MCP is proposed to suport OAuth 2.1 (https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/)