# ImgBB — MCP server on mcp.ai > Connect your ImgBB account and use 2 tools for images and design straight from your AI agent. Connect with your own API key. ImgBB is a free image hosting and sharing service that allows users to upload and share images easily. By: mcp.ai · official Page: https://mcp.ai/imgbb ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_imgbb?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/imgbb/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/imgbb/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/imgbb/skill.md Postman collection (v2.1): https://mcp.ai/imgbb/postman.json ## Tools - imgbb_get_api_key() — Tool to retrieve and validate the ImgBB API key. Use before making ImgBB API calls to ensure authentication is configured. - imgbb_upload_image(name?: string, image: string, expiration?: integer) — Tool to upload an image to ImgBB. Use when you need to host an image and get back its URLs immediately. ## Example prompts - "What can I do in ImgBB?" - "Show me a summary of my ImgBB account" ## Links Docs: https://mcp.ai/docs/mcps/imgbb Website: https://mcp.ai/mcps/imgbb