Pixelvault
About
AI-native marketplace for pre-cleared licensed assets. Search, license, and stream media rights programmatically — built for post-production, editorial, and brand workflows. Includes tools to search assets, get asset details, and generate usage agreements.
Details
- Author
- rsweeting1
- Downloads
- 295
- Categories
- Other, Media, AI, Security
Jump to
- Search assets using natural language briefs
- Retrieve full metadata and compliance documentation per asset
- Generate usage agreement drafts based on project parameters
- Assets pre-cleared for commercial use from licensed AI platforms
- Native integration into Claude workflows via MCP
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
PixelvaultCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server to your Claude Desktop configuration using the npx command with the package pixelvault-mcp. Alternatively, run npx pixelvault-mcp directly. Once configured, use the provided tools: search_assets to search by natural language, get_asset_details to retrieve metadata and compliance docs, and generate_usage_agreement to draft a usage agreement.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"pixelvault": {
"pixelvault": {
"command": "npx",
"args": [
"pixelvault-mcp"
]
}
}
}
}
McpServers
{
"pixelvault": {
"command": "npx",
"args": [
"pixelvault-mcp"
]
}
}
pixelvault-mcp
MCP server for PixelVault — AI-native marketplace for pre-cleared licensed assets.
Install
Add to your Claude Desktop config:
{
"mcpServers": {
"pixelvault": {
"command": "npx",
"args": ["-y", "pixelvault-mcp"]
}
}
}
Or run directly:
npx pixelvault-mcp
Tools
search_assets
Search PixelVault's database of pre-cleared AI-generated assets using a natural language brief. Returns a ranked shortlist with compliance status and rationale for each match.get_asset_details
Retrieve full metadata and compliance documentation for a specific asset by ID.generate_usage_agreement
Generate a completed usage agreement draft based on your project parameters (usage type, territory, duration, platform).About
PixelVault is a compliance-cleared AI asset marketplace. Every asset is sourced from licensed AI platforms (Adobe Firefly, Moonvalley) and pre-cleared for commercial use. The MCP server gives Claude agents native access to search, evaluate, and license assets without leaving your workflow.
- Site: https://pixelvault-ui.vercel.app
- OpenAPI: https://pixelvault-ui.vercel.app/openapi.json
- npm: pixelvault-mcp
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





