AuraImage MCP Server
OfficialProvides 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: AI Image 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. |
|
| Your own Google AI API key — alt text is generated with Gemini. |
audit_lcp, generate_responsive_tag, and smart_crop_preview need no credentials. 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
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
- AlicenseCqualityBmaintenanceEnables AI agents to manage WordPress sites with 190+ tools for content management, theme/plugin customization, file system operations, WooCommerce, and complete site control through natural language.1001652MIT
- Alicense-qualityDmaintenanceEnables 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.18291MIT
- AlicenseAqualityAmaintenanceEnables AI image generation and editing using Google's Gemini Multimodal Image APIs.61MIT
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