loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-server-openexr

MCP Tool

chordee/mcp-server-openexr

MCP Server for querying OpenEXR files — metadata, channels, and pixel statistics

Install

$ npx loaditout add chordee/mcp-server-openexr

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-server-openexr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-openexr"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcp-server-openexr

MCP Server that gives Claude direct access to local OpenEXR files, including metadata, channel info, pixel statistics, and part extraction.

Requirements
  • Python 3.11+
  • uv
Installation
git clone https://github.com/chordee/mcp-server-openexr.git
cd mcp-server-openexr
uv sync
Running
uv run main.py
Tools

| Tool | Description | | ---- | ----------- | | get_exr_info | Resolution, part count, channel list, compression | | get_exr_header | Full header attributes including custom metadata | | get_exr_channels | Channel pixel type (HALF/FLOAT/UINT) and sampling | | get_exr_pixel_stats | Pixel stats: min/max/mean, percentiles, NaN/Inf | | get_exr_sequence_info | Scan EXR sequences, detect missing frames | | compare_exr_channels | Compare channel differences between two EXR files | | check_exr_validity | Validate EXR integrity and detect NaN/Inf pixels | | extract_exr_part | Extract one part into a new single-part EXR file |

Claude Desktop Configuration

Add the following to claude_desktop_config.json:

{
  "mcpServers": {
    "openexr": {
      "command": "uv",
      "args": [
        "run",
        "--directory",
        "/path/to/mcp-server-openexr",
        "main.py"
      ]
    }
  }
}

Tags

mcpopenexrpythonvfx

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated22 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/chordee/mcp-server-openexr)](https://loaditout.ai/skills/chordee/mcp-server-openexr)