exiftool for Grok
io.github.joshmsimpson/exiftool
Read, write, and remove metadata from 150+ file formats using ExifTool
client:Grok
transport:stdio
runtime:pypi
Install exiftool in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"exiftool": {
"type": "stdio",
"command": "uvx",
"args": [
"exiftool-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs