loading…
Search for a command to run...
loading…
Image Metadata AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Image Metadata AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Image Metadata AI MCP Server Image information and metadata tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
detect_format |
Detect image format from file path or base64 data. |
get_dimensions |
Get width and height of an image file (supports PNG, JPEG, GIF, BMP). |
read_exif |
Read EXIF metadata from a JPEG image file. |
strip_metadata |
Strip all metadata from an image file for privacy. |
pip install meok-image-metadata-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"image-metadata-ai": {
"command": "python",
"args": ["-m", "meok_image_metadata_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"image-metadata-ai-mcp": {
"command": "npx",
"args": []
}
}
}