AI-powered asset generation for your development workflow
See how SVGMaker MCP changes the game when you need assets for your projects
The struggle is real
Break your flow to search through icon libraries
Scroll through thousands of generic icons that don't match your style
Use placeholder icons that clash with your design
Lost your coding momentum and creative flow
Pure coding bliss
Simply describe your project and add "use svgmaker"
Smart analysis identifies exactly what assets you need
Custom SVGs that match your exact style and branding
Files organized, imports added, ready to use immediately
Asset creation and integration
Your brand and style guidelines
To your coding flow and focus
Just mention what you're building and add use svgmaker
- the AI will automatically detect where assets are needed
Build a landing page for a coffee shop with hero section and features. use svgmaker for assets
Create a dashboard with navigation icons and data visualization charts. use svgmaker for assets
Tell the AI what kind of website or component you're building
SVGMaker automatically identifies where icons, illustrations, or graphics are needed
Perfect assets are created and placed in your code with proper file structure
Generate assets that perfectly fit your project's needs and aesthetic
Understands your project type and generates appropriate assets for landing pages, dashboards, portfolios, and more
Automatically matches your website's color scheme, design style, and brand aesthetic across all generated assets
Creates organized asset folders, optimized file names, and proper import statements in your project structure
Generates assets in multiple sizes, formats, and variants for different screen sizes and use cases
Get started in minutes with our simple configuration for your favorite editor
Add this to your Cursor ~/.cursor/mcp.json
file:
{
"mcpServers": {
"svgmaker": {
"command": "npx",
"args": ["-y", "@genwave/svgmaker-mcp"],
"env": {
"SVGMAKER_API_KEY": "<your_api_key>"
}
}
}
}
Or manually add this to your VS Code MCP config file:
{
"servers": {
"svgmaker": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@genwave/svgmaker-mcp"],
"env": {
"SVGMAKER_API_KEY": "<your_api_key>"
}
}
}
}
Install SVGMaker MCP in your favorite editor and start creating amazing assets with AI assistance. No more interruptions, just pure coding flow.