Official MCP server for imageat — AI image and video generation for AI assistants. Generate images and videos, and use 20+ editing tools (background remove/replace, inpainting, object eraser, relight, virtual try-on) directly from Claude, ChatGPT, Cursor, or any MCP-compatible client.
概览
imageat MCP Server
Official MCP (Model Context Protocol) server for imageat — connect your AI assistant to a full AI image & video generation suite.
Features
- Image generation — text-to-image with state-of-the-art models
- Video generation — text/image-to-video
- 20+ editing tools — background remove/replace, inpainting (GPT, Ideogram, Nano Banana), object eraser, relight, perspective correction, virtual try-on, city teleport, post-processing, and more
- Credit check — query your remaining imageat credits
Works with
Claude (Desktop & Code), ChatGPT, Cursor, and any MCP-compatible client.
Setup
- Sign up at imageat.com and get your API key
- Add the server config below with your
IMAGEAT_API_KEY - Usage is billed to your imageat credits — no separate API contract needed
Full setup guide: https://imageat.com/mcp API docs: https://imageat.com/docs/api
Remote endpoint
A hosted endpoint is also available: https://mcp.imageat.com/mcp
服务器配置
{
"mcpServers": {
"imageat": {
"url": "https://mcp.imageat.com/mcp",
"headers": {
"Authorization": "Bearer iat_live_xxxxxxxxxxxx"
}
}
}
}