Brandfolder Connector for AI agents.
10 live capabilities
Manage your brand assets and retrieve CDN links through a natural conversation.
Waiting for input…
Why people use Brandfolder
Brandfolder DAM for Marketing Teams
With this Connector, that friction disappears. You can simply ask your AI agent to find the assets you need. It searches your entire Brandfolder repository and hands you the direct CDN links or metadata instantly. You spend less time clicking and more time creating.
What Vinkius changes
You get instant access to your brand library through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding the right logo
A marketing manager asks the agent to find the Q4 campaign logo.
- Real-world use case 02
Vector extraction
A designer needs specific brand vectors.
- Real-world use case 03
Pitch deck retrieval
A sales lead asks for the latest pitch deck for a specific client.
Complete set · 10capabilities
The complete Brandfolder capability set.
These are the exact actions your AI can choose when you ask it to work with Brandfolder.
01—04
4 capabilities in this set.
Part of 10 available through Brandfolder.
- 01 Capability
Create cms asset
Create a new image or document in your Brandfolder. This lets you add new content to your library without manual uploads.
- 02 Capability
Wipe media asset
Delete a digital asset from your repository permanently. Use this to remove old files or expired content.
- 03 Capability
Get asset details
Pull all metadata for a specific file. This helps you see the full history and specs of any asset.
- 04 Capability
Get brandfolder assets
Search for specific items within a Brandfolder container. It's the fastest way to find high-res files in a large library.
05—07
3 capabilities in this set.
Part of 10 available through Brandfolder.
- 05 Capability
List asset tags
See every tag attached to a specific asset. This helps you verify that your files are organized correctly.
- 06 Capability
List global brandfolders
See all the main containers in your workspace. It gives your agent a map of your entire asset structure.
- 07 Capability
List platform organizations
See every top-level organization your API key can access. This helps you understand your permissions across the company.
08—10
3 capabilities in this set.
Part of 10 available through Brandfolder.
- 08 Capability
Patch cms asset
Update the metadata for an existing file. Use this to fix titles, descriptions, or tags in bulk.
- 09 Capability
Get collection assets
Retrieve every file inside a specific collection. This is great for pulling entire sets of marketing materials at once.
- 10 Capability
List asset attachments
Get the actual CDN delivery URLs for your files. Use this to grab the direct links for your web or app projects.
Set up in minutes
One URL. Then ask Brandfolder to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brandfolder from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Brandfolder, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brandfolder for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Brandfolder URL.
- Step 03
Save and start
Save the connection and enable Brandfolder in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brandfolder": {
"url": "https://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Brandfolder
Open Agent mode in chat and ask: "Using Brandfolder, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brandfolder": {
"url": "https://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Brandfolder
Ask Copilot: "Using Brandfolder, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brandfolder": {
"url": "https://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Brandfolder
Open Cascade and ask: "Using Brandfolder, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brandfolder": {
"url": "https://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Brandfolder
Ask Cline: "Using Brandfolder, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brandfolder --transport http "https://edge.vinkius.com/vk_preview_aXhRmvzc1uOoGJ8djUFSNeHYjl58h9l6qTAMhgwJ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Brandfolder
Ask Claude: "Using Brandfolder, show me...". 10 tools are ready
Where the request belongs
Work Brandfolder can move forward.
This is for marketing managers who are tired of hunting for logos, graphic designers who need quick access to vectors, and sales ops teams who need to grab pitch decks on the fly.
Marketing Manager
Finds the correct campaign images and logos for social posts without clicking through dozens of folders.
Graphic Designer
Pulls high-resolution brand vectors into their project context instantly to stay in the creative flow.
Sales Enablement Specialist
Grabs the latest pitch decks and templates for client calls directly from the chat session.
Software Engineer
Verifies asset CDN URLs and checks collection permissions for production builds.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFrontify
Manage digital assets and brand guidelines via Frontify. list workspace projects and assets, handle metadata, audit brand portals, and manage users directly from any AI agent.
Bynder
Empower your asset strategy via Bynder. list media banks, filter collections, and retrieve digital download links with your AI agent.
Fluxiom
Manage digital assets, organize with tags, and oversee collections via AI agents with Fluxiom DAM.
Widen (Acquia DAM)
Search and manage digital assets, metadata, and CDN embed links on Widen (Acquia DAM). the leading enterprise DAM solution.
Asset Panda
Track and manage fixed assets with Asset Panda. audit groups, objects, and locations via AI.
Box
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Bring your own AI
Change the model, client or framework. Keep Brandfolder connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Brandfolder.
The practical details behind the request, access and result.
How does the Brandfolder MCP help my marketing team?
It allows your team to find brand assets like logos and images using natural language. Instead of searching through folders, your team can just ask the AI to find what they need and get the link.
Can I use this Connector to find brand logos with Claude?
Yes, you can connect this Connector to Claude to search your Brandfolder repository. It will pull the correct assets and provide you with the direct CDN links in the chat.
Does the Brandfolder MCP support CDN links?
Yes, the Connector can retrieve the actual CDN delivery URLs for your assets. This makes it easy to get the links you need for web projects or social media posts.
Can my AI agent update metadata in Brandfolder?
Absolutely. Your agent can update titles, descriptions, and tags for your assets on the fly. This helps you keep your library organized without manual data entry.
How do I connect Brandfolder to my Cursor editor?
You can connect it by providing your Brandfolder API Token in your Connector settings. Once connected, you can query your assets directly from the Cursor sidebar.
Can I use this to manage multiple organizations?
Yes, this Connector can see all the top-level organizations accessible by your API key. You can check different organization topologies and assets across your entire workspace.
Can it search for specific file types like PDFs or PNGs?
Absolutely. Through the list_assets capability, the AI can parse queries finding exactly what format you need among your organization's total index.
Can the AI return download links for an asset?
Yes. Upon locating an asset, you can ask the AI to provide the CDN URL representing the final high-resolution source file directly in the chat.
Is my API token secure during the requests?
Yes. The API Token is encrypted at rest and dynamically injected strictly at the runtime limit inside a secure sandbox container. Keys are never exposed within chat interactions.
One connection away
Give your agent a direct line to Brandfolder.
Connect Brandfolder once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available