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 description- Required arguments:
description
(string): Image descriptionlimit
(number): Pagination limitoffset
(number): Pagination offset
- Required arguments:
Configuration
INSPIRE_API_BASE
: base path for the backend gateway. Default:http://localhost:7080
IMAGES_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).
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.
This server cannot be installed
A Model Context Protocol server that enables searching for similar images by text description, integrating Inspire's backend image search capabilities with LLM interfaces like Claude Desktop.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.Last updated -16015TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.Last updated -53TypeScriptMIT License
- -securityFlicense-qualityA Model Control Protocol server that provides web search capabilities and similarity search functionality for Claude Desktop, allowing users to perform web searches and extract relevant information from previous search results.Last updated -2Python
- AsecurityFlicenseAqualityA Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.Last updated -21TypeScript