MCP Server
M

MCP Server

An MCP server based on the image search capabilities of the Inspire backend, providing the function of searching for similar pictures through text descriptions.
2.5 points
7.0K

What is the Inspire MCP server?

The Inspire MCP server is an image search service based on the Model Context Protocol (MCP). It utilizes the powerful image search capabilities of the Inspire backend to find similar images through text descriptions.

How to use the Inspire MCP server?

Users can obtain relevant image results using the Inspire MCP server by providing text descriptions of the images. The server supports pagination and allows specifying the number and offset of the returned results.

Applicable scenarios

The Inspire MCP server is suitable for scenarios where similar images need to be quickly found based on text descriptions, such as creative design, content recommendation, and image retrieval.

Main Features

Description-based image search
Find images similar to the text description, helping users quickly locate the required content.
Pagination support
Support setting the number (limit) and starting position (offset) of the returned results, facilitating the handling of large amounts of data.
Flexible configuration options
Allow users to customize the API base path and image storage path through environment variables or command-line parameters.
Advantages
Can accurately match images based on text descriptions, improving search efficiency
Support pagination, facilitating the handling of large-scale image data
Limitations
Depends on the image database of the Inspire backend, and search results may be limited by the dataset scope
Requires certain technical knowledge for configuration and deployment

How to Use

Install the server
Build and run the Inspire MCP server through Docker or Node.js.
Configure environment variables
Set INSPIRE_API_BASE and IMAGES_BASE_PATH to point to the correct API and image storage paths.
Call the API
Use the provided tool get-similar-images-by-description, passing in the description, limit, and offset to get the results.

Usage Examples

Search for animal pictures
The user wants to find pictures similar to the description 'A golden retriever running on the grass'.
Search for landscape pictures
The user wants to find pictures matching the description 'A beach at sunset'.

Frequently Asked Questions

What dependencies does the Inspire MCP server require?
How to adjust the number of returned results?
Does it support Chinese descriptions?
How to modify the image storage path?

Related Resources

Inspire GitHub Repository
Source code and documentation for the Inspire project
Model Context Protocol Official Website
Official documentation and specifications of the Model Context Protocol
Inspire MCP Server Documentation
Original README documentation for the Inspire MCP server

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "inspire": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "INSPIRE_API_BASE=<API_URL>",
        "-e",
        "IMAGES_BASE_PATH=<IMAGE_BASE_PATH>",
        "tech-inspire/mcp"
      ]
    }
  }
}

{
  "mcpServers": {
    "inspire": {
      "command": "node",
      "args": [
        "/path/to/repo/build/index.js",
        "--INSPIRE_API_BASE=<INSPIRE_API_BASE>",
        "--IMAGES_BASE_PATH=<IMAGES_BASE_PATH>"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
6.7K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
10.2K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.4K
5 points
A
Annas MCP
The MCP server and CLI tool of Anna's Archive are used to search for and download documents on the platform and support access through an API key.
Go
9.7K
4.5 points
S
Search1api
The Search1API MCP Server is a server based on the Model Context Protocol (MCP), providing search and crawling functions, and supporting multiple search services and tools.
TypeScript
14.7K
4 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
55.5K
4.3 points
B
Bing Search MCP
An MCP server for integrating Microsoft Bing Search API, supporting web page, news, and image search functions, providing network search capabilities for AI assistants.
Python
18.4K
4 points
V
Video Editing MCP
Video Editor MCP is a video editing server that provides video upload, search, generation, and editing functions, supporting operations through the LLM and Video Jungle platforms.
Python
14.0K
4 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
55.5K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
16.8K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
18.9K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
53.3K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
24.0K
5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.6K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
77.5K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase