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.2K

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

M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
9.3K
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
6.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
15.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
44.3K
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
16.3K
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
12.9K
4 points
M
Modelcontextprotocol
Certified
This project is an implementation of an MCP server integrated with the Sonar API, providing real-time web search capabilities for Claude. It includes guides on system architecture, tool configuration, Docker deployment, and multi-platform integration.
TypeScript
13.7K
5 points
B
Bilibili MCP Js
Certified
A Bilibili video search server based on the Model Context Protocol (MCP), providing API interfaces to support video content search, paginated queries, and video information return, including LangChain call examples and test scripts.
TypeScript
15.8K
4.2 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
15.7K
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
15.9K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
45.3K
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
24.9K
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#
20.3K
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
45.1K
4.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
16.0K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
29.8K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase