meta_tag_genie
If you are the rightful owner of meta_tag_genie and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MetaTag Genie is a macOS Stdio MCP service designed to write image metadata to enhance Spotlight search.
MetaTag Genie is a macOS-based service that provides a Machine Comprehension Protocol (MCP) interface for managing image metadata. It allows AI agents and other applications to write metadata to images such as JPG, PNG, and HEIC formats, enhancing the searchability of these images through macOS Spotlight. The service communicates with clients via standard input and output (Stdio), adhering to the MCP standards. It supports metadata types including tags, descriptions, people (as keywords), and locations (as text). The service is built on Node.js and utilizes the 'exiftool-vendored' package to manage ExifTool dependencies automatically.
Features
- Exposes MCP-compliant service via Stdio
- Provides 'writeImageMetadata' MCP Tool
- Supports writing metadata to JPG, PNG, HEIC images
- Metadata types include Tags, Description, People, Location
- Metadata is searchable via macOS Spotlight