local_media_search_mcp_server
Verified Safeby mugdhav
Overview
Enables AI assistants to semantically search local images and videos using natural language, prioritizing user privacy by processing all data locally without cloud uploads.
Installation
python app.pyEnvironment Variables
- MEDIA_DIR
- INDEX_DIR
Security Notes
The server is explicitly designed for local, privacy-first operation. All AI processing, indexing, and search occur on the user's machine. It binds to `localhost` (`127.0.0.1`) and disables public sharing (`share=False`), minimizing network exposure. File system operations are confined to user-configured `MEDIA_DIR` and `INDEX_DIR`. No `eval`, `exec`, or direct calls to untrusted external APIs are present. The AI model download is from Hugging Face, a trusted source for ML models.
Similar Servers
mcp-documentation-server
A local-first MCP server for document management, semantic search, and AI-powered document intelligence.
luma-mcp
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
simple-memory-mcp
A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.
search-mcp
A local-first Model Context Protocol (MCP) server providing semantic search and indexing capabilities for codebases, enabling AI assistants to understand and interact with project code and documentation.