PluginBench
MCP Server
Active

AlbumentationsX MCP MCP Server

io.github.dKosarevsky/albu-mcp

What is the AlbumentationsX MCP MCP server?

AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.

How to install AlbumentationsX MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALBU_MCP_ALLOWED_ROOTS

    Optional os.pathsep-separated allowlist of local roots that preview inputs and masks may be read from.

  • ALBU_MCP_ARTIFACT_ROOT

    Optional local directory where generated preview artifacts and manifests are written.

  • ALBU_MCP_MAX_PREVIEW_RUNS

    Optional retention limit for indexed preview runs. Defaults to 100.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "albu-mcp": {
      "command": "uvx",
      "args": [
        "albumentationsx-mcp"
      ],
      "env": {
        "ALBU_MCP_ALLOWED_ROOTS": "<YOUR_ALBU_MCP_ALLOWED_ROOTS>",
        "ALBU_MCP_ARTIFACT_ROOT": "<YOUR_ALBU_MCP_ARTIFACT_ROOT>",
        "ALBU_MCP_MAX_PREVIEW_RUNS": "<YOUR_ALBU_MCP_MAX_PREVIEW_RUNS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "albu-mcp": {
      "command": "uvx",
      "args": [
        "albumentationsx-mcp"
      ],
      "env": {
        "ALBU_MCP_ALLOWED_ROOTS": "<YOUR_ALBU_MCP_ALLOWED_ROOTS>",
        "ALBU_MCP_ARTIFACT_ROOT": "<YOUR_ALBU_MCP_ARTIFACT_ROOT>",
        "ALBU_MCP_MAX_PREVIEW_RUNS": "<YOUR_ALBU_MCP_MAX_PREVIEW_RUNS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "albu-mcp": {
      "command": "uvx",
      "args": [
        "albumentationsx-mcp"
      ],
      "env": {
        "ALBU_MCP_ALLOWED_ROOTS": "<YOUR_ALBU_MCP_ALLOWED_ROOTS>",
        "ALBU_MCP_ARTIFACT_ROOT": "<YOUR_ALBU_MCP_ARTIFACT_ROOT>",
        "ALBU_MCP_MAX_PREVIEW_RUNS": "<YOUR_ALBU_MCP_MAX_PREVIEW_RUNS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "albu-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "albumentationsx-mcp"
      ],
      "env": {
        "ALBU_MCP_ALLOWED_ROOTS": "<YOUR_ALBU_MCP_ALLOWED_ROOTS>",
        "ALBU_MCP_ARTIFACT_ROOT": "<YOUR_ALBU_MCP_ARTIFACT_ROOT>",
        "ALBU_MCP_MAX_PREVIEW_RUNS": "<YOUR_ALBU_MCP_MAX_PREVIEW_RUNS>"
      }
    }
  }
}
Claude Code
claude mcp add albu-mcp --env ALBU_MCP_ALLOWED_ROOTS=<YOUR_ALBU_MCP_ALLOWED_ROOTS> --env ALBU_MCP_ARTIFACT_ROOT=<YOUR_ALBU_MCP_ARTIFACT_ROOT> --env ALBU_MCP_MAX_PREVIEW_RUNS=<YOUR_ALBU_MCP_MAX_PREVIEW_RUNS> -- uvx albumentationsx-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →