Pixault.Mcp
1.0.2
dotnet tool install --global Pixault.Mcp --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Pixault.Mcp --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Pixault.Mcp&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Pixault.Mcp --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Pixault.Client — .NET SDK
- ModelContextProtocol — C# MCP SDK
License
| Product | Versions 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.
This package has no dependencies.