MasterGo Connector for AI agents.
10 live capabilities
Manage design files and UI components through your AI client.
Waiting for input…
Why people use MasterGo
MasterGo for Design System Audits
This Connector changes that by letting your agent do the digging. You can ask for the exact style library or node structure of a file and get it back in seconds. You get a unified way to query your design assets without ever leaving your chat interface.
What Vinkius changes
That your AI gets direct eyes on your design files so you can stop hunting for specs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a specific button style
A designer wants to know if a specific button style exists in the library.
- Real-world use case 02
Summarizing team feedback
A product manager wants to see all feedback on a mobile prototype.
- Real-world use case 03
Getting specs for handoff
A frontend developer needs to get all colors from a specific file.
Complete set · 10capabilities
The complete MasterGo capability set.
These are the exact actions your AI can choose when you ask it to work with MasterGo.
01—04
4 capabilities in this set.
Part of 10 available through MasterGo.
- 01 Capability
Get project files
Grabs all files within a specific project. Use this to see how your assets are organized by project.
- 02 Capability
List nodes
Lists every frame and layer in a file. This lets you see the exact UI structure of a design.
- 03 Capability
List projects
Lists all your team projects. Use this to quickly navigate between different client work.
- 04 Capability
List styles
Pulls all colors and typography styles. This lets you audit your design system's components instantly.
05—07
3 capabilities in this set.
Part of 10 available through MasterGo.
- 05 Capability
List teams
Lists the available teams in your workspace. Use this to see how your organization is structured.
- 06 Capability
Get comments
Fetches all comments from a specific design file. Use this to see what the team is saying without opening the app.
- 07 Capability
Get file
Retrieves the core details of a design file. This helps you get high-level info about a specific project.
08—10
3 capabilities in this set.
Part of 10 available through MasterGo.
- 08 Capability
Get file versions
Pulls the history of changes for a file. Use this to see what happened in previous iterations of a design.
- 09 Capability
Get org members
Lists everyone in your organization. This is useful for seeing who has access to your workspace.
- 10 Capability
List files
Shows every file in your MasterGo workspace. This gives you a bird's-eye view of all your design assets.
Set up in minutes
One URL. Then ask MasterGo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MasterGo 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_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MasterGo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo URL.
- Step 03
Save and start
Save the connection and enable MasterGo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mastergo": {
"url": "https://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo
Open Agent mode in chat and ask: "Using MasterGo, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mastergo": {
"url": "https://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo
Ask Copilot: "Using MasterGo, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mastergo": {
"url": "https://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo
Open Cascade and ask: "Using MasterGo, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mastergo": {
"url": "https://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo
Ask Cline: "Using MasterGo, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mastergo --transport http "https://edge.vinkius.com/vk_preview_zI4TJIBtwjDcLIebHu0qLLZdFYD1MPDEdjy41B8D/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 MasterGo
Ask Claude: "Using MasterGo, show me...". 10 tools are ready
Where the request belongs
Work MasterGo can move forward.
This is for the UI/UX designer who's tired of hunting for hex codes, the product manager who needs a quick status update on design feedback, and the dev who just wants to see the final style specs without opening a heavy design app.
UI/UX Designer
Uses this to quickly find components in a large design system and audit style consistency during handoff.
Product Manager
Checks team comments and project progress across multiple files to keep stakeholders updated without asking for manual exports.
Design Ops
Audits style libraries and organization members to ensure design system standards are met across the whole company.
Frontend Developer
Retrieves exact typography and color styles directly from the design file to ensure pixel-perfect implementation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPixso
Collaborative design platform and UI/UX capability. manage design files, nodes, and teams via AI.
Lanhu
Product design collaboration platform. manage design files, handoffs, and team feedback via AI.
Figma
Connect Figma to automate design workflows. inspect files, render layers as images, and manage comments directly from your AI agent.
Design Pickle
Equip your AI agent to manage graphic design requests, track brand profiles, and monitor your production queue via the Design Pickle API.
Miro
Brainstorm, plan, and design together on an infinite visual canvas that brings distributed teams into the same creative space.
Design Prover
Every AI frontend looks identical: hero, 3 cards, 3 cards, CTA, rounded-xl, shadow-lg, blue/gray/white. Design Prover forces the agent to prove its design has dramatic hierarchy, unpredictable layout, intentional whitespace, commanding typography, and color with actual personality.
Bring your own AI
Change the model, client or framework. Keep MasterGo 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 MasterGo.
The practical details behind the request, access and result.
Can the MasterGo MCP help me find specific design assets?
Yes. It allows your agent to search through your design files and list specific layers or nodes so you can find exactly what you need without manual searching.
How does the MasterGo MCP help with design system audits?
It lets you query your style libraries instantly. You can ask your agent to list all colors or typography styles to check for consistency across your files.
Can I use the MasterGo MCP to see what my team is saying?
Yes, you can fetch all comments from a specific design file. This helps you stay updated on team feedback and project notes without switching apps.
Does the MasterGo MCP work with my existing design files?
It connects directly to your MasterGo workspace, giving your agent access to the files and projects you already have set up.
How does the MasterGo MCP help frontend developers?
It helps developers quickly retrieve exact style information, like hex codes and font weights, directly from the design files for more accurate implementation.
Can the MasterGo MCP list all my projects at once?
Yes. Your agent can list all team projects in your workspace, giving you a high-level view of your work across different clients or products.
How do I obtain a MasterGo API Token?
Log in to MasterGo, go to the Developer Center, and create a new application or generate a personal access token under your account settings.
Can I read specific layer information through this server?
Yes. Use the list_nodes capability with the file key and optional node IDs. This allows your agent to retrieve detailed data about frames, layers, and their properties.
What is a 'fileKey' in MasterGo?
The fileKey is the unique identifier found in the URL of your MasterGo design file. It typically appears after /file/ in the browser address bar.
One connection away
Give your agent a direct line to MasterGo.
Connect MasterGo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available