Pixault.Mcp 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pixault.Mcp --version 1.0.0
                    
NuGet\Install-Package Pixault.Mcp -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pixault.Mcp" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pixault.Mcp" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Pixault.Mcp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pixault.Mcp --version 1.0.0
                    
#r "nuget: Pixault.Mcp, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pixault.Mcp@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pixault.Mcp&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Pixault.Mcp&version=1.0.0
                    
Install as a Cake Tool

Pixault MCP Server

Model Context Protocol server for the Pixault image processing CDN. Gives AI assistants the ability to manage images, apply transforms, browse documentation, and more.

Features

  • Image management — list, search, upload, and delete images
  • Folder operations — create, list, and navigate folders
  • Transformations — apply and manage named transforms
  • Plugin marketplace — browse and install plugins
  • Documentation — embedded API docs available as resources

Installation

Claude Desktop / Claude Code

Add to your MCP configuration:

{
  "mcpServers": {
    "pixault": {
      "command": "dotnet",
      "args": ["run", "--project", "src/Pixault.Mcp"],
      "env": {
        "PIXAULT_BASE_URL": "https://img.pixault.io",
        "PIXAULT_PROJECT": "my-project",
        "PIXAULT_API_KEY": "pk_your_api_key"
      }
    }
  }
}

From source

git clone https://github.com/pixault/pixault-mcp.git
cd pixault-mcp
dotnet run --project src/Pixault.Mcp

Configuration

Environment Variable Required Description
PIXAULT_BASE_URL Yes Pixault CDN base URL
PIXAULT_PROJECT Yes Default project identifier
PIXAULT_API_KEY Yes API key for authentication
PIXAULT_HMAC_SECRET No HMAC secret for signed URL generation

Dependencies

License

MIT

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.2 106 3/12/2026
1.0.1 99 3/12/2026
1.0.0 51 3/12/2026