vritti
Generates album cover artwork at the 3000x3000 specification required for Apple Music releases.
Creates Instagram-ready images and multi-slide carousels using platform-specific formats like square posts and 4:5 feed images.
Generates album cover artwork at 3000x3000 to meet Spotify release requirements.
Creates visual assets and carousels using TikTok platform presets.
Generates YouTube thumbnail graphics at 1280x720 for videos.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vrittiCreate a cinematic movie poster for my brand in horror style"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vritti
Creative OS MCP — the agent becomes the designer.
A lightweight, no-API-key Creative OS that makes any AI agent a competent graphic designer with brand DNA memory, genre-aware generation, self-critique, and version control.
Features
Zero API keys — Pollinations.ai (free, no signup) + SVG fallback
Brand DNA — lock colors/fonts/style once → generate forever
Genre skills — horror, music, corporate, cinema, minimal, vibrant
35+ presets — Instagram, LinkedIn, YouTube, TikTok, album covers, movie posters
Self-critique — 6-dimension rubric scoring with auto-regenerate
Version control — every generation tracked (adapted from Rudra Musical Git)
SVG generation — skill-aware local fallback with rsvg-convert
Multi-engine — Pollinations → HuggingFace → SVG fallback chain
Related MCP server: brand-gen
Install
# No dependencies beyond httpx + pillow (already installed on Termux)
cd ~/vritti
pip install -e .
# Or just use directly
PYTHONPATH=src python3 -m vritti.serverUsage
As MCP Server (stdio JSON-RPC)
# Add to your MCP config
{
"vritti": {
"command": "python3",
"args": ["-m", "vritti.server"],
"env": { "PYTHONPATH": "/path/to/vritti/src" }
}
}Python API
from vritti.server import generate_image, create_brand, quality_check
# Create brand DNA
create_brand(
name="My Brand",
primary_color="#1a1a2e",
secondary_color="#e94560",
style="dark cinematic",
)
# Generate with brand
result = generate_image(
prompt="Ancient temple at midnight, dramatic lighting",
genre="horror",
brand="My Brand",
preset="movie-poster",
)
# Quality check
quality = quality_check(
image_path=result["path"],
prompt="Ancient temple at midnight",
genre="horror",
brand="My Brand",
)
print(f"Score: {quality['overall_score']}/100")MCP Tools
Tool | Description |
| Generate image from text prompt (Pollinations/SVG fallback) |
| Multi-slide carousel for social platforms |
| Create brand DNA profile (colors, fonts, style) |
| List available genres, formats, principles |
| List generation engines and status |
| List 35+ platform presets |
| List saved brand profiles |
| Get Vritti version info |
| Get detected platform and output paths |
| Get generation version history |
| Evaluate image quality against rubric |
Skills
Genres
horror— deep reds, blacks, monochromaticmusic— genre-dependent (hip-hop bold, lo-fi muted)corporate— blues, whites, conservativecinema— dramatic, high contrast, color gradingminimal— whitespace, single accent, breathing roomvibrant— neon, high saturation, bold gradients
Formats
instagram-square— 1080x1080instagram-carousel— 1080x1350 (4:5)album-cover— 3000x3000 (Spotify/Apple requirement)movie-poster— 2700x4000 (27:40 at 300 DPI)linkedin-carousel— 1080x1350youtube-thumbnail— 1280x720
Architecture
vritti/
├── src/vritti/
│ ├── server.py # MCP server (JSON-RPC over stdio)
│ ├── engines/ # Pollinations + HuggingFace + SVG
│ ├── svg/ # SVG generation + PNG conversion
│ ├── skills/ # Genre/format/principle loaders
│ ├── brand/ # Brand DNA CRUD
│ ├── quality/ # 6-dimension rubric scoring
│ ├── versioning/ # Version control (Rudra-adapted)
│ ├── output/ # 35+ platform presets
│ └── platform.py # Termux/Android/Windows detection
├── skills/ # JSON skill files
│ ├── genres/ # Horror, music, corporate, etc.
│ ├── formats/ # Instagram, album, poster specs
│ └── principles/ # Color theory, typography, composition
└── pyproject.tomlLicense
MIT — LGCY Studios
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceA creative agent that plans and executes across image, video, and audio. Uses 30+ tools, orchestrates 20+ AI models, and does agentic timeline editing.MIT- AlicenseNot gradedqualityDmaintenanceA memory-backed brand generation runtime for agent-led creative iteration. Enables AI agents to plan, generate, review, and improve brand materials with persistent brand memory and structured workflows.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to generate on-brand visuals from ideas, URLs, documents, or PDFs in over 100 formats and 150+ languages, with consistent brand kits.9MIT
- AlicenseNot gradedqualityBmaintenanceGenerates logos, social media posts, app-store screenshots, comic panels, and visual-novel assets from natural-language prompts using 119 templates.MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/krshforever/vritti'
If you have feedback or need assistance with the MCP directory API, please join our Discord server