Makeswift Connector for AI agents.
10 live capabilities
Manage Next.js site content and page layouts without manual deployments.
Waiting for input…
Why people use Makeswift
Makeswift Site Management for Next.js Content Teams
With this Connector, you just tell your agent what needs to happen. It handles the navigation of the Makeswift backend for you, giving you a clear summary of what's live and what's safe in one place.
What Vinkius changes
You get a way to manage your entire web project using only plain English.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking if a landing page is live
A marketer needs to check if a Sale page is live.
- Real-world use case 02
Reviewing available components for a new layout
A developer wants to know what components are available for a new landing page.
- Real-world use case 03
Creating a safety backup before a redesign
A site owner wants to back up the site before a big holiday update.
Complete set · 10capabilities
The complete Makeswift capability set.
These are the exact actions your AI can choose when you ask it to work with Makeswift.
01—04
4 capabilities in this set.
Part of 10 available through Makeswift.
- 01 Capability
Create snapshot
Create a new content snapshot to save your current site version. This is great for creating backups before making big changes.
- 02 Capability
Get page
Get specific details for a single page. Use this to check metadata or content for a specific URL.
- 03 Capability
Get site details
Retrieve the current site configuration. This helps your agent understand your hostnames and plan details.
- 04 Capability
Get snapshot
Get details for a specific snapshot. Use this to review a previous version of your content.
05—07
3 capabilities in this set.
Part of 10 available through Makeswift.
- 05 Capability
List components
List all registered React components. This helps you see what building blocks are available in your project.
- 06 Capability
List hostnames
List all site hostnames. This is useful for managing multi-domain setups or checking primary links.
- 07 Capability
List locales
List all configured site locales. Use this to see which languages your site currently supports.
08—10
3 capabilities in this set.
Part of 10 available through Makeswift.
- 08 Capability
List pages
List every page in your site. This gives you a bird's-eye view of your entire project structure.
- 09 Capability
List redirects
List all site redirects. This is perfect for auditing how your URLs are being mapped.
- 10 Capability
List snapshots
List all existing content snapshots. This lets you see your version history at a glance.
Set up in minutes
One URL. Then ask Makeswift to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Makeswift 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_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Makeswift for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift URL.
- Step 03
Save and start
Save the connection and enable Makeswift in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"makeswift": {
"url": "https://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift
Open Agent mode in chat and ask: "Using Makeswift, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"makeswift": {
"url": "https://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift
Ask Copilot: "Using Makeswift, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"makeswift": {
"url": "https://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift
Open Cascade and ask: "Using Makeswift, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"makeswift": {
"url": "https://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift
Ask Cline: "Using Makeswift, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add makeswift --transport http "https://edge.vinkius.com/vk_preview_gCRWdgFcRDDIyuI0UxSfv5t997CkYnetwkrUotHK/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 Makeswift
Ask Claude: "Using Makeswift, show me...". 10 tools are ready
Where the request belongs
Work Makeswift can move forward.
This is for the web team that's tired of the friction between design and deployment. It's for the marketer who wants to update a landing page without waiting on a dev, and the developer who wants to query site data quickly without opening a browser.
Content Marketer
Updates page copy and checks publication status across multiple locales without needing to know the backend.
Web Developer
Queries redirects and component lists to understand the project structure during a handoff.
Site Owner
Manages hostnames and site-wide configurations through a simple chat interface.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPlasmic (Visual Headless Page Builder)
Manage Plasmic projects, pages, and components via AI. list projects, inspect page structures, and trigger publishes directly.
Netlify
Modern web development platform. manage sites, deploys, and forms via AI.
Vercel
Deploy frontend applications instantly with a platform optimized for Next.js, serverless functions, and edge computing globally.
Webflow
Design and build professional websites visually with a no-code platform that generates clean, production-ready HTML and CSS.
Builder
Automate Builder.io headless CMS workflows. generate content blocks, update models, and orchestrate visual components directly from any AI agent.
Builder.io
Manage your visual CMS via Builder.io. track content entries, models, and symbols directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Makeswift 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 Makeswift.
The practical details behind the request, access and result.
Can Makeswift MCP help me update my Next.js site?
Yes, it lets you manage pages, content, and site settings through your AI agent. You can give commands to update information without manual dashboard navigation.
How does Makeswift MCP handle site backups?
You can ask your agent to create a snapshot, which saves a version of your content before you make changes. This acts as a safety net for your site.
Can I use Makeswift MCP to see my site's redirects?
Yes, you can ask the agent to list all redirects to see how your URLs are mapped. This is great for SEO audits and troubleshooting broken links.
Does Makeswift MCP work with my existing site configuration?
It connects directly to your specific Makeswift site to retrieve hostnames, locales, and other core settings, ensuring your agent has the right context.
Can I see which React components are available with Makeswift MCP?
Yes, your agent can list all registered components so you know exactly what building blocks are available in your project for creating new layouts.
Is Makeswift MCP good for managing multi-language sites?
It lets you list all configured locales, making it much easier to check and manage different language versions across your site.
Can I list all pages in my Makeswift site using my AI agent?
Yes! Use the list_pages capability. It will return a comprehensive list of all pages in your project, including their status and IDs.
How do I create a new content snapshot programmatically?
Use the create_snapshot action. Provide a descriptive name for the snapshot to trigger a new version save of your current site content.
Is it possible to check the locales configured for my site?
Yes, use the list_locales capability to retrieve all languages and regional settings defined for your site content.
One connection away
Give your agent a direct line to Makeswift.
Connect Makeswift once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available