AuraImage MCP Server
OfficialThe AuraImage MCP Server provides AI-powered tools for auditing, migrating, and generating optimized responsive image markup, integrated with the AuraImage CDN.
audit_lcp: Scan a project directory for unoptimized images and estimate LCP savings. (Requires directory path)
migrate_assets: Upload local images to the AuraImage CDN and return new URLs; supports
dryRunto preview. (Requires directory and projectName)generate_alt: Generate accessible alt text for an image URL using vision AI. (Requires imageUrl)
generate_responsive_tag: Generate a
<picture>element with AVIF and WebP srcsets for an AuraImage image. (Requires projectName and name; optional alt and widths)smart_crop_preview: Return crop variant URLs for an image at specified width and height. (Requires projectName, name, width, height)
Provides a tool for generating accessible alt text for images using Google's Gemini vision AI.
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., "@AuraImage MCP Serveraudit the images in the public folder for LCP savings"
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.
@auraimage/mcp-server
Model Context Protocol server that gives any MCP-compatible AI agent (Claude Code, Cursor, Cline, Continue, etc.) direct access to the AuraImage toolkit — auditing, migrating, and generating responsive image markup without leaving the editor.
Tools exposed
Tool | Description |
| Scans a project directory for unoptimized images and estimates LCP savings. |
| Uploads local images to AuraImage and returns the new CDN URLs. Supports |
| Generates accessible alt text for an image URL using vision AI. |
| Returns a |
| Returns crop variant URLs for an image at the requested width/height. |
Related MCP server: Spronta MCP Server
Configuration
Add the server to your project's .mcp.json:
{
"mcpServers": {
"auraimage": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@auraimage/mcp-server@latest"],
"env": {
"AURA_SECRET_KEY": "${AURA_SECRET_KEY}"
}
}
}
}Environment variables
Variable | Needed by | Notes |
|
| Your project's Secret Key — signs upload tokens. Keep it server-side. |
audit_lcp, generate_alt, generate_responsive_tag, and smart_crop_preview need no credentials. generate_alt is generated server-side by the AuraImage API (GPT-5.6 Luna) for images already on the AuraImage CDN, rate-limited per IP. The server always starts without any environment variables; a tool that is missing its key returns a clear error when called.
Run standalone
npx @auraimage/mcp-server@latestThe server speaks stdio and is compatible with every MCP-aware client.
Documentation
Full docs and tool examples: auraimage.ai/docs/ai-integration.
License
MIT © AuraImage
Images powered by AuraImage — the image CDN that
installs itself. Set it up in any project with npx aura init, or from your
AI agent with Agent Skills and the
MCP server.
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 gradedqualityCmaintenanceEnables AI-powered image analysis using OpenAI's Vision API and image generation with DALL-E models. Supports image description, content analysis, comparison, editing, and creating variations with intelligent caching.3MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to upload, transform, and serve images using the Spronta Image CDN. It supports real-time image processing, global CDN delivery, and management of projects and transform presets through natural language.18561MIT
- AlicenseAqualityAmaintenanceEnables AI image generation and editing using Google's Gemini Multimodal Image APIs.61MIT
- AlicenseAqualityDmaintenanceEnables AI image generation and editing using Google's Gemini models via natural language, supporting multi-turn editing, search grounding, storyboards, icon sets, and video-to-image.5191MIT
Related MCP Connectors
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata
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/auraimage/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server