brave-image-mcp
Integrates with the Brave Image Search API to search for images, returning URLs, thumbnails, dimensions, source pages, and confidence scores. Supports single and batch queries with filters like country, language, safesearch, and spellcheck.
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., "@brave-image-mcpsearch for beautiful sunset landscapes"
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.
brave-image-mcp
An MCP (Model Context Protocol) server for Brave Image Search API. Search images directly from AI assistants like Claude.
Author: Ilker Tosun License: MIT
Features
search_images— Search images with full filter support (country, language, safesearch, spellcheck)search_images_batch— Run multiple image searches in a single call (up to 10 queries)Returns image URLs, thumbnails, dimensions, source pages, and confidence scores
Proper error handling for rate limits, invalid keys, and bad parameters
Related MCP server: MCP2Brave
Requirements
Node.js >= 18
A Brave Search API key → Get one here
Installation
git clone https://github.com/ilker-tosun/brave-image-mcp.git
cd brave-image-mcp
npm install
npm run buildConfiguration
Set your API key as an environment variable:
export BRAVE_API_KEY=your_api_key_hereOr add it to your MCP client config (see below).
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"brave-image-mcp": {
"command": "node",
"args": ["/absolute/path/to/brave-image-mcp/dist/index.js"],
"env": {
"BRAVE_API_KEY": "your_api_key_here"
}
}
}
}Usage with n8n (MCP Client Node)
Build the project (
npm run build)In n8n, add an MCP Client node
Set transport to stdio
Command:
node /absolute/path/to/brave-image-mcp/dist/index.jsAdd environment variable:
BRAVE_API_KEY=your_api_key_here
Tools
search_images
Search images for a single query.
Parameter | Type | Required | Description |
| string | ✅ | Search query (max 400 chars, 50 words) |
| number | ❌ | Results to return (1–200, default: 20) |
| string | ❌ | 2-letter country code or |
| string | ❌ | Language code (e.g. |
|
| ❌ | Content filter level |
| boolean | ❌ | Enable spell checking (default: true) |
search_images_batch
Search images for multiple queries at once.
Parameter | Type | Required | Description |
| string[] | ✅ | Array of queries (max 10) |
| number | ❌ | Results per query (1–200, default: 10) |
| string | ❌ | 2-letter country code or |
| string | ❌ | Language code |
|
| ❌ | Content filter level |
| boolean | ❌ | Enable spell checking |
Rate Limits
Plan | Limit |
Free | 1 req/sec |
Pro | 20 req/sec |
License
MIT © Ilker Tosun
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/ilker-tosun/brave-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server