pixelvault for Cursor
io.github.rsweeting1/pixelvault
AI-native marketplace for pre-cleared licensed media assets — search, license, and stream rights.
client:Cursor
transport:stdio
runtime:npm
Install pixelvault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pixelvault": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pixelvault-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs