flin-imgbb-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@flin-imgbb-mcpUpload image /home/user/photo.png"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
flin-imgbb-mcp
MCP server for uploading images to ImgBB from Claude-compatible clients.
Quick Start
The recommended setup uses uvx — no repository clone or virtual environment required.
Add this to your Claude MCP configuration:
{
"mcpServers": {
"imgbb": {
"command": "uvx",
"args": ["flin-imgbb-mcp@latest"],
"env": {
"IMGBB_API_KEY": "your-imgbb-api-key"
}
}
}
}Get your API key at api.imgbb.com.
Related MCP server: gemini-nano-banana-mcp
Tools
upload_image
Upload a single image file to ImgBB and get its public URL.
Parameter | Type | Required | Description |
| string | yes | Absolute or relative path to the image file |
| string | no | Optional name for the image on ImgBB |
| number | no | Expiration in seconds (60–15552000) |
Returns: url, display_url, delete_url, title
list_images
List all image files in a local folder (png, jpg, jpeg, gif, webp, bmp).
Parameter | Type | Required | Description |
| string | yes | Absolute path to the folder |
upload_all_images
Upload all images from a local folder to ImgBB.
Parameter | Type | Required | Description |
| string | yes | Absolute path to the folder |
| number | no | Expiration in seconds (60–15552000) for all images |
Configuration
Environment Variable | Required | Description |
| yes | Your ImgBB API key |
Troubleshooting
Server does not start / "IMGBB_API_KEY is not set"
Make sure IMGBB_API_KEY is set in the env block of your MCP configuration. The server checks for it at startup and will exit with a clear error if it is missing.
Upload fails with HTTP 400 The file path must point to a valid image file. Supported formats: png, jpg, jpeg, gif, webp, bmp.
uvx command not found
Install uv from docs.astral.sh/uv.
Development
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv sync --group dev
# Run tests
uv run pytest tests/ -v
# Lint
uv run ruff check src/ tests/
# Build distribution artifacts
uv buildRelease
Releases are published to PyPI automatically when a version tag is pushed:
git tag v1.0.2
git push origin v1.0.2The GitHub Actions release workflow builds the package and publishes it via PyPI Trusted Publishing.
License
MIT
Maintenance
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
- AlicenseAqualityDmaintenanceA simple MCP server that reads local images and returns them as ImageContent for LLM vision analysis.Last updated1MIT
- Alicense-qualityCmaintenanceMCP server that enables Claude Code to generate images using Google's Gemini image generation models.Last updatedMIT
- AlicenseBqualityBmaintenanceMinimal MCP server for Kimi-compatible image analysis, allowing local images to be sent as inline base64 to any compatible endpoint.Last updated121MIT
- Flicense-qualityCmaintenanceRemote MCP server (Streamable HTTP) for generating and editing images via Google Gemini, usable as a custom connector in Claude.Last updated
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/flin-agency/flin-imgbb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server