MCP server for AI-driven generation and management of production-ready SVG icon sets from text prompts.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window ā this can mean a slow first-time install rather than a real problem.
npx -y npxNo response to initialize.
This is an experimental automated check and can have false negatives ā missing environment variables, a slow cold install, etc. It doesnāt necessarily mean somethingās wrong. Last checked 1mo ago.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Icogenie MCP.
MCP (Model Context Protocol) server for IcoGenie. Enables AI agents like Claude to generate production-ready SVG icons programmatically.
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
The server works automatically when installed globally or via npx.
On first use, the MCP server will:
~/.icogenie/config.jsonSubsequent uses are automatic - the token is shared with the IcoGenie CLI.
Set ICOGENIE_SESSION_TOKEN environment variable to skip browser authentication:
Generate a single icon preview from a text description.
Cost: 1 credit
Returns: { sessionId, preview, previews, creditsRemaining, sessionData, suggestions }
Regenerate a specific icon variation. Returns 4 candidate previews ā use confirm_regeneration to finalize your choice (two-phase flow).
Cost: 1 credit
Returns: { candidates, regenToken, creditsRemaining }
Finalize a regeneration by selecting one of the 4 candidates.
Cost: Free (included in regenerate_icon)
Returns: { success, preview, creditsRemaining }
Check your current credit balance.
Cost: Free
Returns: { credits, team, user }
Download the final SVG + PNG package for an icon or bundle.
Cost: 5 credits (single) or 4 credits/icon (bundle)
Plan an icon bundle by generating an AI-enhanced icon list from a description.
Cost: Free (rate-limited)
Returns: { bundleId, icons, bundleType, styleRecommendation, reasoning }
Generate a bundle of icons from an icon list.
Cost: 1 credit per icon
Returns: { bundleId, iconCount, icons: [{ name, description, preview }], pricing, creditsUsed, creditsRemaining }
Save a generated icon to your personal library.
Cost: Free
Returns: { success, libraryItemId }
List icons saved in your library.
Cost: Free
Returns: { items: [{ id, name, tags, preview, createdAt }], total, page }
Download an icon from your library as SVG + PNG.
Cost: Free
Returns: { savedTo } or { base64, filename }
Claim 2 free credits, available once every 24 hours.
Cost: Free
Returns: { credited, creditsRemaining, nextClaimAt }
Check credits:
Generate a single icon:
Refine if needed (two-phase):
Download final package:
Plan the bundle (free):
Review and generate (pass bundleId for traceability):
Download bundle:
| Variable | Description | Default |
|---|---|---|
ICOGENIE_API_URL | API endpoint | https://www.icogenie.xyz |
ICOGENIE_SESSION_TOKEN | Session token (for CI/CD) | - |
ICOGENIE_CONFIG_DIR | Config directory | ~/.icogenie |
| Action | Cost |
|---|---|
| Preview (single) | 1 credit |
| Preview (bundle) | 1 credit/icon |
| Download (single) | 5 credits |
| Download (bundle) | 4 credits/icon |
| Regenerate | 1 credit |
| Daily claim | 2 free credits/day |
| Library ops | Free |
Purchase credits at www.icogenie.xyz.
| Use Case | Best Option |
|---|---|
| Generate icons inside Claude/Cursor | MCP |
| Automate in CI/CD pipelines | CLI |
| Quick one-off generation | Web |
| Batch generate icon bundles | CLI or MCP |
| Browse and manage icon library | Web |
MIT
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/albertnahas-icogenie-mcp)<a href="https://allmcps.com/mcp/albertnahas-icogenie-mcp"><img src="https://allmcps.com/api/badge/albertnahas-icogenie-mcp?style=directory" alt="Icogenie MCP on AllMCPs" /></a>