NiftyImages Connector for AI agents.
10 live capabilities
Manage personalized images and dynamic countdown timers for email marketing.
Waiting for input…
Why people use NiftyImages
NiftyImages for Scaling Personalized Email Content
This Connector puts everything into your chat window. You can ask your agent to update a timer or pull a performance report in seconds. You get a unified way to handle your marketing assets without ever leaving your primary workspace.
What Vinkius changes
You get a conversational interface for your entire dynamic content library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Extending a sale deadline
A marketer needs to push a sale back 48 hours.
- Real-world use case 02
Checking banner performance
An analyst wants to see how a specific welcome banner is doing.
- Real-world use case 03
Updating dynamic image layers
A creative lead needs to change a text layer in a dynamic banner.
Complete set · 10capabilities
The complete NiftyImages capability set.
These are the exact actions your AI can choose when you ask it to work with NiftyImages.
01—04
4 capabilities in this set.
Part of 10 available through NiftyImages.
- 01 Capability
Get image
Retrieve all metadata and configuration details for a single image. Use this to check the specific settings of an asset.
- 02 Capability
Get widget stats
Get engagement data for your dynamic widgets. This shows how users are interacting with your web content.
- 03 Capability
List images
View a complete list of all personalized images in your account. Use this to get an overview of your current assets.
- 04 Capability
List widgets
See every dynamic widget you've created in your account. This gives you a quick inventory of your web content.
05—07
3 capabilities in this set.
Part of 10 available through NiftyImages.
- 05 Capability
Update psd image
Update specific layers in your Photoshop-designed dynamic images. This lets you change content without re-uploading files.
- 06 Capability
List datastore fields
See all the fields available within a specific data store. This is useful for auditing your personalization setup.
- 07 Capability
Add datastore record
Add a new personalization record to a specific data store. Use this to push user data into your dynamic content engine.
08—10
3 capabilities in this set.
Part of 10 available through NiftyImages.
- 08 Capability
Delete datastore record
Remove an existing record from your data store. This helps keep your personalization data clean and up to date.
- 09 Capability
Get image stats
Fetch performance metrics like impressions and clicks for a specific image. It helps you see which banners are actually working.
- 10 Capability
Update timer
Change the target end date and time for your active countdown timers. Use this to push deadlines across your campaigns.
Set up in minutes
One URL. Then ask NiftyImages to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use NiftyImages 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_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable NiftyImages for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages URL.
- Step 03
Save and start
Save the connection and enable NiftyImages in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"niftyimages": {
"url": "https://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages
Open Agent mode in chat and ask: "Using NiftyImages, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"niftyimages": {
"url": "https://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages
Ask Copilot: "Using NiftyImages, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"niftyimages": {
"url": "https://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages
Open Cascade and ask: "Using NiftyImages, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"niftyimages": {
"url": "https://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages
Ask Cline: "Using NiftyImages, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add niftyimages --transport http "https://edge.vinkius.com/vk_preview_bXJ7IFY7RskMW4CLt3kGFxOFlLQ2qubiujWITOPQ/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 NiftyImages
Ask Claude: "Using NiftyImages, show me...". 10 tools are ready
Where the request belongs
Work NiftyImages can move forward.
This is for marketing teams who are tired of manual data entry and constant dashboard hopping to manage personalized content.
Email Marketer
Updates sale deadlines and checks click-through rates for personalized banners without logging into the NiftyImages portal.
Creative Ops Manager
Automates the updates of personalization data and image layers for large-scale creative campaigns.
Marketing Analyst
Pulls real-time engagement metrics for dynamic content to build reports quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAbyssale
Automated creative production. generate dynamic images, banners, and personalized visuals via AI.
RenderForm
Generate dynamic images and social media graphics from templates with an API that personalizes visuals at scale for any campaign.
Bannerbear (Image Gen)
Automate image and video generation via Bannerbear. create dynamic assets from templates and manage collections directly from your AI agent.
BannerBite
Dynamic image and video generation. generate media from templates and manage projects via AI.
Swiftfox
Generate product mockups and marketing visuals instantly with AI that places your designs on real-world backgrounds.
Contentdrips
Turn text into scroll-stopping social media carousels and visual content pieces that boost engagement on every platform.
Bring your own AI
Change the model, client or framework. Keep NiftyImages 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 NiftyImages.
The practical details behind the request, access and result.
Can NiftyImages MCP help with email marketing?
Yes, it allows you to manage personalized images and dynamic content for emails directly through your AI agent. You can update timers and check performance without leaving your workspace.
How do I update countdown timers with NiftyImages MCP?
You can simply tell your AI agent to update the deadline for a specific timer. It will use the correct capability to change the date and time for you instantly.
Can I see image stats using NiftyImages MCP?
Absolutely. You can ask your agent to pull the click and impression stats for any image or widget in your account to see how your content is performing.
Does NiftyImages MCP support Photoshop layers?
Yes, it can programmatically update specific layers in your Photoshop-designed dynamic images. This means you can change content without needing to re-upload new files.
How does NiftyImages MCP manage my data stores?
It gives your agent the ability to list fields, add new personalization records, and manage your custom data stores via natural conversation.
Can I use NiftyImages MCP to list all my assets?
Yes, you can ask your agent to show you a list of all your personalized images or dynamic widgets to get a quick overview of your account content.
Where do I find my NiftyImages API Key?
Log in to your NiftyImages account and navigate to the API section in your account settings to find or generate your key.
Can I update a timer that is already live in an email?
Yes! Because NiftyImages generates the countdown at the moment the email is opened, updating the target date via the update_timer capability will reflect the change for all subsequent opens.
What is the Photoshop API used for?
It allows you to programmatically change the text or visibility of specific layers within a Photoshop file you have uploaded to NiftyImages, enabling high-fidelity dynamic imaging.
One connection away
Give your agent a direct line to NiftyImages.
Connect NiftyImages once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available