Provides access to the Flux Kontext model for generating professional and stable image outputs, particularly suited for product renderings and commercial materials with consistent results.
Introduction
ImgMCP is a multimedia AI model aggregation platform. It aims to provide you with a concise and efficient way to access and utilize various effective multimedia AI models.
We offer a unified API and the MCP (Multimedia Control Protocol) to simplify the model integration process—whether you are integrating them directly into your applications or invoking them via a Large Language Model (LLM).
Our goal is to connect the capabilities of these AI models with your creativity, striving to enhance the experience, reduce costs, and increase efficiency for every creator.
Please consult the relevant documentation here (or in this repository/website) to learn how to leverage ImgMCP's capabilities.
Prerequisites
Before you start using the ImgMCP platform, please ensure you have the following ready:
- An ImgMCP Account: You need to register on the platform. If you don't have an account yet, please go to the Dashboard to register.
- An API Key: An API key is required to authenticate your requests. After registering and logging in, you can find your default API key on the API Keys page in the management console.
Important: Please keep your API key secure and confidential.
Quick Start: Connecting via Streamable HTTP MCP
This section guides you on how to configure an MCP Host (like Cherry Studio) to interact with the ImgMCP platform using our Streamable HTTP MCP Service. This method typically doesn't require installing additional client libraries; you only need to set up the service endpoint and API key.
Supported MCP Hosts:
- Native Support: Tools like Cherry Studio and ChatWise offer a good integration experience with Streamable HTTP MCP.
- Via
mcp-remote
: For Hosts that do not yet support the Streamable HTTP protocol (like Claude Desktop or Cursor), you can use the mcp-remote tool as a proxy.
(For detailed configuration guides for different tools, please refer to our dedicated documentation. The following steps use Cherry Studio as an example.)
1. Service Endpoint & Authentication:
- MCP Endpoint URL:
- Authentication Method: ImgMCP uses API keys for authentication. Provide the key in the
Authorization
header of your HTTP requests: - Tip: If your MCP Host makes configuring the
Bearer <Your API Key>
format difficult, you might try using just<Your API Key>
as the value for theAuthorization
header. However, the standardBearer
format is recommended.
2. Example Configuration in Cherry Studio:
- Open Cherry Studio and navigate to
Settings -> MCP Servers
. - Click
Add Server
, then selectImport from JSON
. - Paste the following JSON content:
- After importing, select the newly created "ImgMCP" service.
- In the
Request Headers
section, add your API key:(Replace<Your API Key>
with your actual key) - Click Save.
3. Verify Connection:
After configuration, verify that your MCP Host can communicate with ImgMCP:
- Basic Check: Check the MCP tool list in your Host (e.g., Cherry Studio). If tools from ImgMCP appear, the basic connection is working.
- Functional Verification:
- Select an LLM in your Host and enable the ImgMCP toolset.
- Try a simple request, like "Query historical tasks" or ask for the list of available models.
- If the LLM responds with information from ImgMCP (e.g., task history, model list), your setup is successful!
Next Steps:
You've successfully connected your MCP Host! Explore the AI model capabilities offered by ImgMCP.
Available Models
ImgMCP provides access to various AI models via the MCP protocol. Understanding their strengths helps you choose the right tool:
Main Model Types:
- Understanding & General Purpose: Models like
GPT-Image-1
excel at interpreting complex descriptions and context, suitable for general image creation from detailed prompts. - Artistic Expression: Models like
Midjourney
are known for strong artistic styles and unique visual effects, ideal for creative exploration. - Professionalism & Stability: Models like
Flux Kontext
offer consistent output for specific applications like product renderings or commercial materials, ensuring predictable results.
Basic Image Processing:
We also integrate fundamental image processing tools:
- Upscaling: Increase image resolution.
- Background Removal: Isolate subjects.
Simplified Invocation via MCP:
Using an MCP-compatible client (like Cherry Studio) with a configured LLM abstracts the complexity. You state your needs in natural language, the LLM parses it, and invokes the appropriate ImgMCP model via MCP. This lets you focus on creativity, not technical details.
Using Styles
Styles in ImgMCP help define or adjust the visual characteristics of generated images quickly.
What are Styles?
A "style" is a set of predefined prompt fragments or parameter combinations designed to influence visual appearance. They often represent common artistic genres (e.g., "watercolor," "cyberpunk"), textures ("claymation," "embroidery"), or lighting ("cinematic lighting," "golden hour").
Benefits of Styles:
- Efficiency: Faster than crafting descriptive prompts from scratch for common effects.
- Consistency: Easily maintain a unified look across multiple creations.
- Inspiration: Browsing the style library can spark new ideas.
Style Library:
We provide a curated library of tested style presets. Use them as a starting point or combine/modify them. You can always define your prompts entirely from scratch as well.
This server cannot be installed
Connecting Models to Your Creativity. We aspire to bring the unique capabilities of AI models to every creative individual, delivering better experiences, lower costs, and higher efficiency. This is the meaning behind our creation of ImgMCP.
Related MCP Servers
- -securityFlicense-qualityFacilitates interaction and context sharing between AI models using the standardized Model Context Protocol (MCP) with features like interoperability, scalability, security, and flexibility across diverse AI systems.Last updated -1Python
- AsecurityAlicenseAqualityEnables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.Last updated -14JavaScriptMIT License
- -securityFlicense-qualityImplements the Model Context Protocol (MCP) to provide AI models with a standardized interface for connecting to external data sources and tools like file systems, databases, or APIs.Last updated -90Python
- AsecurityFlicenseAqualityAn MCP (Model Context Protocol) server that allows generating, editing, and creating variations of images using OpenAI's DALL-E APIs.Last updated -1TypeScript