Etsy Connector for AI agents.
10 live capabilities
Manage your Etsy shop inventory and orders with a simple chat.
Waiting for input…
Why people use Etsy
Etsy for Faster Handmade Shop Management
This Connector removes that friction by letting you talk directly to your shop data. You can ask your agent to summarize your recent customer feedback, find a specific receipt from three weeks ago, or check the current status of your inventory in one go. You get a real-time view of your business without the manual busywork.
What Vinkius changes
You get to manage your handmade business through a conversation rather than a dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Updating a listing
A seller notices a typo in a popular item.
- Real-world use case 02
Checking reviews
A shop owner wants to know the sentiment of recent sales.
- Real-world use case 03
Inventory audit
A manager needs to know how many items are live.
Complete set · 10capabilities
The complete Etsy capability set.
These are the exact actions your AI can choose when you ask it to work with Etsy.
01—04
4 capabilities in this set.
Part of 10 available through Etsy.
- 01 Capability
Get receipt
Grab the details for a specific order receipt. This helps you quickly find purchase history for a specific customer.
- 02 Capability
Get shop
Fetch the high-level details for a specific Etsy shop. It's a quick way to see the general status of a shop profile.
- 03 Capability
List shop listings
See a full list of all listings in a specific shop. Use this to audit your inventory and see what is currently live.
- 04 Capability
List shop receipts
List all the orders and receipts for a shop. This gives you a clear view of recent sales and fulfillment needs.
05—07
3 capabilities in this set.
Part of 10 available through Etsy.
- 05 Capability
List shop reviews
Pull all the customer reviews for your shop. It makes it easy to stay on top of your brand reputation and feedback.
- 06 Capability
List shop sections
See how your shop sections are organized. This helps you check the layout and navigation of your storefront.
- 07 Capability
Search active listings
Look for active listings across the entire Etsy marketplace. Use this to find inspiration or monitor what others are selling.
08—10
3 capabilities in this set.
Part of 10 available through Etsy.
- 08 Capability
Update listing
Change the title or description of an existing Etsy listing. This lets you keep your catalog current with just a few words.
- 09 Capability
Get listing
Get the specific details for one of your Etsy listings. This is useful for checking prices or status without opening your browser.
- 10 Capability
Get me
Pull your authenticated user and application info from Etsy. Use this to confirm your agent has the right permissions.
Set up in minutes
One URL. Then ask Etsy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Etsy 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_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Etsy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy URL.
- Step 03
Save and start
Save the connection and enable Etsy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"etsy": {
"url": "https://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy
Open Agent mode in chat and ask: "Using Etsy, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"etsy": {
"url": "https://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy
Ask Copilot: "Using Etsy, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"etsy": {
"url": "https://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy
Open Cascade and ask: "Using Etsy, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"etsy": {
"url": "https://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy
Ask Cline: "Using Etsy, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add etsy --transport http "https://edge.vinkius.com/vk_preview_bROnYkuW5BwX0YOoX8HfwbPcmc8zqOLVCZK56qgG/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 Etsy
Ask Claude: "Using Etsy, show me...". 10 tools are ready
Where the request belongs
Work Etsy can move forward.
This is for the shop owner who is tired of clicking through multiple tabs just to check an order status. It's for the person who wants to stay in their creative flow while keeping their shop updated. It's for marketing leads who need to verify listings quickly and support teams who need to pull order details without a dashboard login.
Handmade Shop Owner
Uses the Connector to check order statuses and update listing titles while working in their studio.
E-commerce Marketing Lead
Uses the Connector to audit listing descriptions and search for marketplace trends to inform campaigns.
Customer Support Agent
Uses the Connector to quickly pull up customer receipts and review feedback to resolve tickets.
Operations Manager
Uses the Connector to query shop inventory and review counts for weekly business reports.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorseBay Seller
Connect eBay Seller to any AI agent via MCP.
eBay Shopper
Connect eBay Shopper to any AI agent via MCP.
Sellfy
Open your online store in minutes and sell physical products, digital downloads, subscriptions, and print-on-demand merchandise.
Goflow
Manage multichannel e-commerce inventory, orders, and listings with ease.
Ecwid
Manage e-commerce stores via Ecwid. search products and orders, handle inventory, track customers, and audit store profiles directly from any AI agent.
Vestiaire Collective
Search, analyze, and manage luxury resale items on Vestiaire Collective. the global community for pre-loved fashion.
Bring your own AI
Change the model, client or framework. Keep Etsy 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 Etsy.
The practical details behind the request, access and result.
Can I use the Etsy MCP to see my sales?
Yes, you can use the Etsy MCP to pull up your receipts and see what's sold. This lets you check your order history without opening the seller portal.
How do I update my product titles with the Etsy MCP?
You can just tell your AI client to update a title using the Etsy MCP. It will handle the change to your listing description or title automatically.
Can the Etsy MCP help me find competitor products?
Yes, the Etsy MCP lets you search for active listings across the whole marketplace. It's a great way to see what's trending or what others are selling.
Does the Etsy MCP work with Claude?
Yes, you can connect the Etsy MCP to Claude or any other MCP-compatible client. It works with any capability that supports the protocol.
Is the Etsy MCP good for tracking my customer reviews?
It's perfect for that. The Etsy MCP can pull all your shop reviews so you can see what customers think about your brand.
How do I connect my Etsy shop to Vinkius?
You just need to subscribe to the Etsy MCP on Vinkius and add your API credentials. Once that's done, your agent can start managing your shop.
How do I find my Etsy API Key and Access Token?
Register an App in the Etsy Developer Console to get your Keystring, then perform the OAuth flow to generate an Access Token. Copy and paste them below.
Can the agent list my recent sales receipts?
Yes. Use the list_shop_receipts capability providing your Shop ID. Your agent will retrieve the most recent transactions, including payment and shipping statuses.
Is it possible to update an Etsy listing via the agent?
Yes. The update_listing capability allows your agent to modify existing listing titles and descriptions instantly by providing the specific Listing ID.
One connection away
Give your agent a direct line to Etsy.
Connect Etsy once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available