albu-mcp

dKosarevsky/albu-mcp
★ 5 stars Python API Integration Updated today
MCP server for AlbumentationsX image augmentation workflows
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "albu-mcp": {
      "command": "uvx",
      "args": [
        "albu-mcp"
      ]
    }
  }
}

Or install with pip: pip install albu-mcp

README Excerpt

Model Context Protocol server for [AlbumentationsX](https://github.com/albumentations-team/AlbumentationsX): transform discovery, pipeline validation, deterministic previews, feedback loops, and reproducible exports for computer vision. <!-- mcp-name: io.github.dKosarevsky/albu-mcp --> AlbumentationsX MCP is a thin, typed MCP layer around existing AlbumentationsX primitives. It helps MCP hosts:

Topics

aiai-toolsalbumentationsalbumentationsxaugmentationcomputer-visionimage-augmentationmcpmcp-servermodel-context-protocolpython