Openscreen Connector for AI agents.
9 live capabilities
Manage dynamic QR codes and track scan analytics for marketing assets.
Waiting for input…
Why people use Openscreen
Openscreen QR Code Management for Marketing Teams
With this Connector, you just tell your agent to update all the Summer Sale codes to a new landing page. It handles the API calls, updates the intent, and confirms the change. You get the result in seconds without ever opening a browser.
What Vinkius changes
You get a way to programmatically control and monitor dynamic QR codes without manual dashboard work.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Instant retail price updates
A store manager needs to change the price on 500 stickers.
- Real-world use case 02
Multi-location event tracking
An organizer wants to know which booth was most popular.
- Real-world use case 03
Bulk launch for new products
A marketer wants to create 50 unique codes for a product launch.
Complete set · 9capabilities
The complete Openscreen capability set.
These are the exact actions your AI can choose when you ask it to work with Openscreen.
01—03
3 capabilities in this set.
Part of 9 available through Openscreen.
- 01 Capability
Create asset with qr
Create a new asset and its corresponding QR code. This lets you generate unique identifiers for your physical or digital products.
- 02 Capability
Get asset
Fetch specific details about an existing asset. Use this to check current metadata or status for a single item.
- 03 Capability
Get project
Retrieve the details of a specific project. This helps your agent understand the context of a group of QR codes.
04—06
3 capabilities in this set.
Part of 9 available through Openscreen.
- 04 Capability
Get qr code
Get the specific details for a QR code. Use this to find the unique ID or current destination of a code.
- 05 Capability
List assets
List all assets within a specific project. This is great for inventory checks or auditing your current campaign assets.
- 06 Capability
List projects
List all your Openscreen projects. Use this to see every organized group of QR codes in your account.
07—09
3 capabilities in this set.
Part of 9 available through Openscreen.
- 07 Capability
List qr codes
List every QR code associated with a project. This helps you see the full scope of codes you've deployed.
- 08 Capability
List scans
List all scan data for a specific QR code. This lets you see location, device info, and timestamps for every interaction.
- 09 Capability
Update qr code intent
Update the destination or intent of a QR code. This allows you to change where a code points without changing the physical QR itself.
Set up in minutes
One URL. Then ask Openscreen to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Openscreen 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_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Openscreen for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen URL.
- Step 03
Save and start
Save the connection and enable Openscreen in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"openscreen": {
"url": "https://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen
Open Agent mode in chat and ask: "Using Openscreen, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"openscreen": {
"url": "https://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen
Ask Copilot: "Using Openscreen, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"openscreen": {
"url": "https://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen
Open Cascade and ask: "Using Openscreen, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"openscreen": {
"url": "https://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen
Ask Cline: "Using Openscreen, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add openscreen --transport http "https://edge.vinkius.com/vk_preview_Wy9Nlzb8hqGVPITPap0RmBWDOoCm8wr3q0v3MghI/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 Openscreen
Ask Claude: "Using Openscreen, show me...". 9 tools are ready
Where the request belongs
Work Openscreen can move forward.
This is for marketing managers and retail ops leads who are tired of manual link updates and need a way to manage thousands of physical touchpoints without the friction of static assets.
Marketing Manager
Uses this on a Tuesday to update 50 different campaign QR codes to a new landing page in one go.
Retail Operations Lead
Checks inventory scan data to see which products are being engaged with in specific store locations.
Event Coordinator
Generates unique codes for various booths and tracks attendee engagement in real time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUniqode
Create trackable QR codes with custom branding, dynamic content updates, and scan analytics for marketing and operations.
Flowcode
Manage dynamic QR codes, track scan analytics, and oversee Flowpages via AI agents with Flowcode.
QRCodeChimp
Generate branded QR codes with tracking, analytics, and dynamic content that update without reprinting for any use case.
QR Code Generator
Generate and decode QR codes for URLs, text, and data directly within your AI workflow.
Tango
Document any process by recording your screen clicks and turning them into step-by-step guides with annotated screenshots.
QR Code SVG Generator
Generate vector SVG QR Codes completely local. Prevent data leakage of sensitive Pix keys or JWT tokens to public API generators.
Bring your own AI
Change the model, client or framework. Keep Openscreen 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 Openscreen.
The practical details behind the request, access and result.
Can Openscreen help me change a QR code's link?
Yes, it lets you update the destination instantly. You can change where a code points without ever having to reprint the physical sticker or image.
Does Openscreen track where people scan my codes?
Yes, it provides data on locations and device types. You can see exactly how and where your audience is interacting with your assets.
Can I use Openscreen for retail inventory?
It's a great fit for retail. You can manage thousands of SKUs, group them into projects, and pull scan data to see which products are moving.
How do I organize different campaigns?
You can use the project feature to group codes by campaign, location, or product line. This keeps your data organized and easy for your agent to navigate.
Can I create codes in bulk?
Yes, your agent can generate assets and their corresponding QR codes quickly. This is perfect for large product launches or inventory updates.
Is it better than static QR codes?
It's much more flexible. While static codes are permanent, Openscreen lets you change the link on the fly, which saves you money on printing and allows for real-time marketing pivots.
What is the difference between static and dynamic QR codes?
Static codes are fixed. Dynamic codes allow you to change the destination (Intent) without reprinting the physical code, and they provide scan tracking.
One connection away
Give your agent a direct line to Openscreen.
Connect Openscreen once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available