How to integrate Imgbb using MCP
Upload and host images with ImgBB. This guide creates an MCP server from Arthur's Imgbb template — tools preconfigured against https://api.imgbb.com — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
IMGBB_API_KEYholding your API key. Get a free API key from your ImgBB account (api.imgbb.com), sent as the key query parameter on every request.


Go to the REST API Templates gallery and search for Imgbb.


Click Use template on the Imgbb card to open the server-creation dialog.


Review the server name and select
IMGBB_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 1 preconfigured tool(s): upload_image. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Upload an image (as base64 data or a source URL) to ImgBB and receive a hosted image URL, display URL, and delete URL. Requires a free ImgBB API key.
- This integration requires a credential (api-key). Get one at https://imgbb.com/signup.
- Official API documentation: https://api.imgbb.com/
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video