How to Use the NiftyImages MCP in VS Code Copilot
Update dynamic email countdown timers and personalized images directly inside VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect NiftyImages MCP to VS Code Copilot
Create your Vinkius account to connect NiftyImages to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Sync Countdown Timers with VS Code Copilot
`update_timer` lets your engineering team manage live countdown deadlines directly from their shared workspace. When a release schedule shifts, any developer on the team can instruct Copilot to adjust the dynamic image target date without logging into an external dashboard. This MCP Server works via a team-wide config file, ensuring everyone has access to the same tools. The agent uses `list_widgets` to verify the target widget ID before pushing the time update to your live email campaign.
Audit Campaign Metrics inside Your Editor
`get_image_stats` retrieves real-time performance metrics for your dynamic email assets directly within Copilot Chat using our custom MCP. Your team can run quick checks on open rates and image loads without switching to a web browser. By pairing this with `get_widget_stats`, your developers can quickly identify slow-loading assets or broken dynamic images. Copilot parses the raw JSON response into a clean summary right inside your chat pane.
Manage Personalization Datastores in Copilot
`add_datastore_record` inserts test data into your dynamic image personalization tables directly from your terminal workspace. This lets your QA team verify how personalized graphics render under different user attributes before running a full deployment. The tool calls `list_datastore_fields` to pull the database schema directly into Copilot. This prevents syntax mismatches when writing custom dynamic image layers for your email templates.
Set up NiftyImages MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the NiftyImages MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the NiftyImages tools listed. Try asking: "List my recent NiftyImages transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"niftyimages-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NiftyImages. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about NiftyImages MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the NiftyImages MCP today
We host it, we monitor it, we maintain it. You just paste one token.