Inspire MCP Server
@tech-inspire
关于 Inspire MCP Server
Model Context Protocol server for images search using Inspire backend. Claude Dekstop ready
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-tech-inspire": {
"command": "docker",
"args": [
"build",
"-t",
"tech-inspire/mcp",
"."
]
}
}
}工具
1Get similar images by their text description
概览
What is Inspire MCP Server?
A Model Context Protocol (MCP) server that uses the Inspire backend to search for images based on text descriptions. It is designed for developers and AI agents that need to retrieve visually similar images programmatically.
How to use Inspire MCP Server?
Configure by setting the INSPIRE_API_BASE (default http://localhost:7080) and IMAGES_BASE_PATH environment variables, or pass them as command‑line arguments. Then run the server with Docker or Node (after building with npm ci && npm run build). Add it to your MCP client (e.g., Claude Desktop) by including the appropriate entry in claude_desktop_config.json.
Key features of Inspire MCP Server
- Uses the Inspire backend for image search.
- Provides a single tool:
get-similar-images-by-description. - Accepts text descriptions with pagination (
limit,offset). - Deployable via Docker or Node.
- Configurable through environment variables or CLI arguments.
Use cases of Inspire MCP Server
- Searching for images that match a natural language description.
- Integrating visual search capabilities into AI assistants like Claude Desktop.
- Automating image retrieval in workflows that require text-to-image matching.
FAQ from Inspire MCP Server
What tool does Inspire MCP Server expose?
It exposes one tool: get-similar-images-by-description. This tool takes a text description, a limit, and an offset (all required) and returns similar images.
How do I configure the server?
Set the INSPIRE_API_BASE (backend gateway URL) and IMAGES_BASE_PATH (base URL for image files) either as environment variables or as command‑line arguments (e.g., --INSPIRE_API_BASE=<URL>).
Can I run it without Docker?
Yes. Build with npm ci && npm run build, then run node build/index.js with the required arguments.
How do I use it with Claude Desktop?
Add an entry to claude_desktop_config.json. For Docker, use the docker run command with environment variables. For Node, use node build/index.js with --INSPIRE_API_BASE and --IMAGES_BASE_PATH.
What license does Inspire MCP Server use?
It is licensed under the GNU General Public License.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论