Inspire MCP Server
A Model Context Protocol server that uses Inspire backend images search capabilities.
Available Tools
get-similar-images-by-description- Get similar images by their text descriptionRequired arguments:
description(string): Image descriptionlimit(number): Pagination limitoffset(number): Pagination offset

Configuration
INSPIRE_API_BASE: base path for the backend gateway. Default:http://localhost:7080IMAGES_BASE_PATH: base path for images. Example:https://<some-bucket>.s3.com/
Variables can be configured using environment variables or command-line arguments, depending on the runtime platform (Docker/Node).
Related MCP server: Parquet MCP Server
Building
Docker:
Node:
Usage with Claude Desktop
Add this to claude_desktop_config.json
Docker
Node
License
This MCP server is licensed under the GNU General Public License, as described in the LICENSE file.