Design Pickle Connector for AI agents.
10 live capabilities
Manage your graphic design production and brand assets from a single chat.
Waiting for input…
Why people use Design Pickle
Design Pickle for Managing Creative Production Queues
This Connector puts all those actions into one place. You can ask your agent to check the queue, pull brand guidelines, or start a new request in one go. You get a unified command center for your design work instead of a dozen open tabs.
What Vinkius changes
You can manage your entire creative production pipeline through a simple 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
Checking production status
A marketing manager asks the agent for the status of the Q4 banner batch and gets a list of all active jobs and their current progress.
- Real-world use case 02
Auditing brand guidelines
A creative director asks for the 'Tech Brand' profile to quickly grab the hex codes and primary logo for a new landing page.
- Real-world use case 03
Launching a new request
A business owner tells the agent to start a new logo request for a coffee shop project, and the agent handles the data entry.
Complete set · 10capabilities
The complete Design Pickle capability set.
These are the exact actions your AI can choose when you ask it to work with Design Pickle.
01—04
4 capabilities in this set.
Part of 10 available through Design Pickle.
- 01 Capability
Create design request
Send new project data to start a design job. You can provide directions and file formats in one go.
- 02 Capability
Cancel design request
Stop a design job that hasn't been completed yet. This helps you manage your queue when priorities change.
- 03 Capability
Complete design request
Mark a specific design job as finished in your account. This helps you keep your production queue updated.
- 04 Capability
Get design request details
Pull the full history and status of a single request. This is useful for seeing specific designer notes.
05—07
3 capabilities in this set.
Part of 10 available through Design Pickle.
- 05 Capability
Get request type details
See the specific requirements for a certain type of design job. Use this to ensure your requests meet their criteria.
- 06 Capability
List brands
See every brand profile you have set up. This helps you quickly access logos and color palettes.
- 07 Capability
List request types
View all the different types of design work you can order. This lets you see what's available for your next project.
08—10
3 capabilities in this set.
Part of 10 available through Design Pickle.
- 08 Capability
List design requests
Get a full list of all your past and current design jobs. Use this to get a bird's-eye view of your production.
- 09 Capability
Search design requests
Find a specific project by typing in a keyword from the title. This is much faster than scrolling through a long list.
- 10 Capability
Update design request
Change the information or instructions on an existing request. Use this to tweak a project as it evolves.
Set up in minutes
One URL. Then ask Design Pickle to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Design Pickle 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_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Design Pickle for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle URL.
- Step 03
Save and start
Save the connection and enable Design Pickle in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"design-pickle": {
"url": "https://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle
Open Agent mode in chat and ask: "Using Design Pickle, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"design-pickle": {
"url": "https://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle
Ask Copilot: "Using Design Pickle, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"design-pickle": {
"url": "https://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle
Open Cascade and ask: "Using Design Pickle, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"design-pickle": {
"url": "https://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle
Ask Cline: "Using Design Pickle, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add design-pickle --transport http "https://edge.vinkius.com/vk_preview_I5BKW139rclj88R5oapG3HjJJam4xO3e5qupXTF1/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 Design Pickle
Ask Claude: "Using Design Pickle, show me...". 10 tools are ready
Where the request belongs
Work Design Pickle can move forward.
This is for the marketing manager tired of chasing designers for updates, the creative director auditing brand consistency, and the small business owner who needs to manage a professional design queue without the overhead.
Marketing Manager
Checks the status of social media assets and production timelines during a busy Tuesday to see what's ready for launch.
Creative Director
Audits brand profiles and color palettes across multiple projects to ensure every asset matches the master guidelines.
Small Business Owner
Starts new design requests for product logos and manages the queue of delivered assets from their mobile device.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLanhu
Product design collaboration platform. manage design files, handoffs, and team feedback via AI.
MasterGo
Collaborative design platform and UI/UX capability. manage design files, nodes, and comments via AI.
Canva
Empower your AI agents to manage Canva designs, upload branding assets, and trigger automatic exports directly from your chat.
Pixso
Collaborative design platform and UI/UX capability. manage design files, nodes, and teams via AI.
Swiftfox
Generate product mockups and marketing visuals instantly with AI that places your designs on real-world backgrounds.
Frontify
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.
Bring your own AI
Change the model, client or framework. Keep Design Pickle 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 Design Pickle.
The practical details behind the request, access and result.
How does Design Pickle MCP help with brand consistency?
It gives your AI agent direct access to your official brand profiles. Your agent can pull the correct logos, colors, and fonts instantly whenever you're starting a new project or auditing assets.
Can I use it to start new design projects?
Yes, you can tell your agent to start a new request. It will handle the data entry for the request type, your specific directions, and any file formats you need.
How do I check my production queue?
You can simply ask your agent for a status update. It will pull the latest information from your production pipeline and show you what's in progress, in triage, or already delivered.
Can I find old design assets with it?
Yes, you can search for past projects using keywords. If you need to find a specific banner or logo from a previous campaign, your agent can locate it for you quickly.
Does it work with my existing Design Pickle account?
Yes, it connects directly to your existing account. You just need to provide your API key to authorize the connection.
How do I update a request that's already in progress?
You can ask your agent to modify an existing request. It can update the instructions or project details for any job that is currently in the production queue.
How do I get a Design Pickle API Key?
Log in to your Design Pickle account, navigate to your settings or API section, and you can generate or retrieve your unique API Key from there.
Can the agent see my designers?
Yes, you can use the list_assigned_designers capability to see the creative team members associated with your account.
Does the integration show real-time production status?
Yes, you can check the production queue status and individual request details to see where your designs are in the creative process.
One connection away
Give your agent a direct line to Design Pickle.
Connect Design Pickle once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available