Pics.io Connector for AI agents.
11 live capabilities
Manage your brand's media library and digital assets from a single chat interface.
Waiting for input…
Why people use Pics.io
Pics.io DAM Integration for Faster Media Asset Management
This Connector changes that by letting you treat your media library like a searchable database. You just tell your agent what you need, and it pulls the information instantly. You get to spend your time creating instead of hunting for files.
What Vinkius changes
You get a chat-based interface for your entire media library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding specific campaign media
A designer needs to find all 4K photos from last year.
- Real-world use case 02
Organizing new brand assets
A marketing manager wants to group new logos.
- Real-world use case 03
Checking creative feedback
A creative director wants to see feedback on a banner.
Complete set · 11capabilities
The complete Pics.io capability set.
These are the exact actions your AI can choose when you ask it to work with Pics.io.
01—04
4 capabilities in this set.
Part of 11 available through Pics.io.
- 01 Capability
Add comment
Post a new comment or piece of feedback on a specific file. This lets you leave notes for your team directly from your chat.
- 02 Capability
Create collection
Make a new collection to group your assets together. Use this to organize new projects or seasons instantly.
- 03 Capability
Get collection
Get the details for a specific collection. This shows you what's inside a folder without any extra clicking.
- 04 Capability
List assets
See all your digital assets in one list. You can filter these by collection ID to find specific files faster.
05—08
4 capabilities in this set.
Part of 11 available through Pics.io.
- 05 Capability
List collections
See every collection in your Pics.io account. Use this to get an overview of your current folder structure.
- 06 Capability
List comments
See all the comments left on a specific asset. This lets you check team feedback in one place.
- 07 Capability
List revisions
See the history of changes for an asset. Use this to track how a file has evolved over time.
- 08 Capability
Delete collection
Remove a collection from your account when it's no longer needed. Use this to keep your library clean and organized.
09—11
3 capabilities in this set.
Part of 11 available through Pics.io.
- 09 Capability
Get asset
Pull the full details for a specific piece of media. This gives you all the metadata you need for a single file.
- 10 Capability
Search assets
Find specific files based on your search terms and tags. This is the fastest way to locate media in a large library.
- 11 Capability
Update asset
Change the title, description, or custom fields of an asset. Use this to keep your metadata accurate and searchable.
Set up in minutes
One URL. Then ask Pics.io to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pics.io 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_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pics.io for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io URL.
- Step 03
Save and start
Save the connection and enable Pics.io in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"picsio": {
"url": "https://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io
Open Agent mode in chat and ask: "Using Pics.io, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"picsio": {
"url": "https://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io
Ask Copilot: "Using Pics.io, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"picsio": {
"url": "https://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io
Open Cascade and ask: "Using Pics.io, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"picsio": {
"url": "https://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io
Ask Cline: "Using Pics.io, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add picsio --transport http "https://edge.vinkius.com/vk_preview_KwDKgeYjP8w8lm9s02a3eCG0297QVMKFNro8uxk6/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 Pics.io
Ask Claude: "Using Pics.io, show me...". 11 tools are ready
Where the request belongs
Work Pics.io can move forward.
For the creative lead who's tired of hunting for files and the marketing manager who needs to keep brand assets organized without manual tagging.
Creative Director
Monitors design iterations and grabs assets for presentations on a Tuesday afternoon.
Marketing Manager
Organizes campaign materials and tracks team feedback via natural conversation.
Operations Manager
Manages media health and ensures metadata is consistent across the company.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsShutterstock
Equip your AI agent to radically sift through Shutterstock's immense media vault. Search high-quality images, videos, audio, and audit editorial licenses directly from your prompt.
PhotoPrism
Search, browse, and manage your PhotoPrism media library. find photos by metadata, retrieve thumbnails, and stream videos via AI.
Getty Images
Manage stock media via Getty Images. search millions of creative and editorial photos, handle video discovery, and download assets directly from any AI agent.
Pixabay API
Search stock media. audit images and videos via AI.
Immich (Google Photos Alternative)
Manage your self-hosted Immich photo and video library. list assets, organize albums, and handle user administration via AI.
ImageKit (Media Optimization & DAM)
Manage and optimize media via ImageKit. list files, purge CDN cache, and audit image metadata.
Bring your own AI
Change the model, client or framework. Keep Pics.io 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 Pics.io.
The practical details behind the request, access and result.
How does the Pics.io MCP let my team find assets?
It lets your AI agent search your entire library using natural language. Instead of clicking through folders, you just ask for specific items by tag or name.
Can I use this to manage my media library from Cursor?
Yes, once you connect the Pics.io MCP to Cursor, you can manage collections and assets directly within your IDE.
Is this good for keeping my brand assets organized?
Absolutely. You can use it to create new collections and update metadata on the fly, ensuring your library stays clean and searchable.
Can the AI agent see my feedback on specific files?
Yes, the Connector allows the agent to pull any comments left on an asset, making it easy to stay updated on creative reviews.
How do I keep my metadata updated without manual entry?
You can tell your agent to update asset titles or descriptions for entire collections, which saves you from clicking into every individual file.
Does this work with my existing Pics.io account?
Yes, it connects to your existing account using your Personal Access Token, so all your current data stays where it is.
Can my AI automatically find the latest comments for a specific asset by its ID?
Yes! Use the list_comments capability with the Asset ID. Your agent will respond with complete metadata for the conversation thread, including timestamps and author details in seconds.
How do I find my Pics.io Personal Access Token?
Log in to Pics.io, navigate to Account Settings > Integrations, and look for the 'Personal Access Token' section to generate your unique secret key.
Can I search for assets across all collections?
Absolutely. Use the search_assets capability with your query. The agent will return all matching files from your entire DAM, regardless of which collection they reside in.
One connection away
Give your agent a direct line to Pics.io.
Connect Pics.io once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available