Skip to main content
Glama
auraimage

AuraImage MCP Server

Official
by auraimage

@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

audit_lcp

Scans a project directory for unoptimized images and estimates LCP savings.

migrate_assets

Uploads local images to AuraImage and returns the new CDN URLs. Supports dryRun: true.

generate_alt

Generates accessible alt text for an image URL using vision AI.

generate_responsive_tag

Returns a <picture> element with AVIF + WebP srcsets for the given image.

smart_crop_preview

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

AURA_SECRET_KEY

migrate_assets

Your project's Secret Key — signs upload tokens. Keep it server-side.

GOOGLE_GENERATIVE_AI_API_KEY

generate_alt

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@latest

The 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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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