2D Guillotine Packer Connector for AI agents.
3 live capabilities
Generate optimized layouts and sprite sheets for 2D assets.
Waiting for input…
Why people use 2D Guillotine Packer
2D Guillotine Packer for Sprite Sheet Optimization
This Connector handles the heavy lifting by automating the placement of every single asset. You just provide the list, and it gives you the coordinates. You get a perfectly packed sheet every time without the manual headache.
What Vinkius changes
You get a mathematically optimized layout for any set of 2D shapes.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Fitting game assets onto a texture
A game developer needs to fit 40 different character animations onto a single 2048x2048 texture to save memory.
- Real-world use case 02
Reducing scrap in material cutting
A furniture maker wants to know how many chair legs they can cut from a single sheet of plywood without wasting wood.
- Real-world use case 03
Organizing UI components in a dashboard
A web designer is trying to fit 12 different sized widgets into a sidebar without any of them overlapping or overflowing.
Complete set · 3capabilities
The complete 2D Guillotine Packer capability set.
These are the exact actions your AI can choose when you ask it to work with 2D Guillotine Packer.
01—03
3 capabilities in this set.
Part of 3 available through 2D Guillotine Packer.
- 01 Capability
Pack rectangles
This capability gives you the exact X and Y coordinates for every rectangle in your set to fit inside a box. It automates the placement of your items perfectly.
- 02 Capability
Calculate packing density
See what percentage of your total container area is actually filled by your items. It helps you monitor how much space you have left.
- 03 Capability
Validate item compatibility
Use this to run a quick check to see if any single item is physically too large to fit in your container. It prevents errors before you start packing.
Set up in minutes
One URL. Then ask 2D Guillotine Packer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use 2D Guillotine Packer 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_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable 2D Guillotine Packer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer URL.
- Step 03
Save and start
Save the connection and enable 2D Guillotine Packer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"2d-guillotine-packer": {
"url": "https://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer
Open Agent mode in chat and ask: "Using 2D Guillotine Packer, help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"2d-guillotine-packer": {
"url": "https://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer
Ask Copilot: "Using 2D Guillotine Packer, help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"2d-guillotine-packer": {
"url": "https://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer
Open Cascade and ask: "Using 2D Guillotine Packer, help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"2d-guillotine-packer": {
"url": "https://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer
Ask Cline: "Using 2D Guillotine Packer, help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add 2d-guillotine-packer --transport http "https://edge.vinkius.com/vk_preview_QE7g1HY0ehCZ2CR6LMkpqQ3mw9PuboVh52TfHu6g/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 2D Guillotine Packer
Ask Claude: "Using 2D Guillotine Packer, show me...". 3 tools are ready
Where the request belongs
Work 2D Guillotine Packer can move forward.
This is for the developers and engineers who deal with spatial constraints. It's for the person who needs to know if 50 unique assets will fit on one sheet or if a specific set of UI cards will overflow the screen.
Game Developer
Generating optimized sprite sheets to save memory and organize animations.
Manufacturing Engineer
Planning material cuts for wood or metal to reduce scrap waste and maximize profit.
UI/UX Designer
Figuring out how to pack dynamic components into a fixed dashboard without overlaps.
Data Visualization Engineer
Arranging varied sized charts into a single report page or dashboard layout.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFirst-Fit Decreasing Cutter
Optimize material usage by calculating the most efficient cutting plans for raw stock.
3D Box Fitter Estimator
Determine if 3D boxes fit in a container using layered 2D projection.
Grain Direction Restrictor
Enforce material grain orientation constraints for precise plywood cutting and bin packing.
Travel Weight Optimizer
Optimize your luggage packing using a greedy algorithm to maximize item utility within weight limits.
Warehouse Capacity Calculator
Calculate warehouse storage density, utilization rates, and financial implications of pallet vacancy.
Room Layout Planner
Checks if furniture fits in a room by evaluating placement integrity, walkability, and clearance compliance.
Bring your own AI
Change the model, client or framework. Keep 2D Guillotine Packer 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 2D Guillotine Packer.
The practical details behind the request, access and result.
What is the 2D Guillotine Packer used for?
It's a capability for arranging rectangles in a space. Use it for making sprite sheets, designing UI layouts, or planning how to cut materials like wood or fabric.
Can I use 2D Guillotine Packer for 3D objects?
No, this capability only works with 2D rectangles. It's designed for flat shapes and layouts.
How does the 2D Guillotine Packer save me time?
It automates the math of finding coordinates. Instead of you manually placing items, your agent gets the exact positions for you.
Is the 2D Guillotine Packer good for manufacturing?
Yes, it's great for calculating how to fit parts onto a sheet of material to reduce scrap and save money.
Can I check if my items will fit before I try to pack them?
Yes, you can use the compatibility check to see if any of your items are too big for the container before you start the process.
Does 2D Guillotine Packer handle different shapes like circles?
No, it only handles rectangles. If you have circles, you'll need to use their bounding box dimensions.
How does the packing algorithm work?
It uses a Guillotine split strategy. The algorithm sorts items by height in descending order and places them into available free rectangles, splitting any remaining space into two new smaller rectangles after each placement.
Can items be rotated to improve fit?
Yes, if the canRotate property is set to true for an item, the algorithm will attempt to swap its width and height if the original orientation does not fit in a free rectangle.
What happens if an item cannot fit?
If any single item in the input list cannot find a suitable free rectangle, the pack_rectangles capability returns a failure status and identifies the specific item ID that caused the error.
One connection away
Give your agent a direct line to 2D Guillotine Packer.
Connect 2D Guillotine Packer once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available