@striderlabs/mcp-etsy
Enables AI agents to search, browse, and interact with Etsy through browser automation, including product search, cart management, favorites, checkout, and seller messaging.
README
@striderlabs/mcp-etsy
An MCP (Model Context Protocol) server connector for Etsy that enables AI agents to search, browse, and interact with Etsy using browser automation via Playwright.
Features
- Search Products - Search handmade, vintage, and supply items with filters
- View Item Details - Get detailed listing info including seller, reviews, and shipping
- Add to Cart - Add items with variations and quantity
- View Cart - Check current cart contents
- Manage Favorites - View and add items to favorites/collections
- Purchase Items - Proceed through checkout flow
- Track Orders - View order history and tracking status
- Message Sellers - Send messages to shop owners
- Shop Info - Browse seller profiles and listings
Installation
npm install -g @striderlabs/mcp-etsy
Playwright browsers must be installed:
npx playwright install chromium
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"etsy": {
"command": "mcp-etsy"
}
}
}
Available Tools
| Tool | Description |
|---|---|
etsy_search_products |
Search Etsy with filters (category, price, sort) |
etsy_get_item_details |
Get full listing details |
etsy_add_to_cart |
Add item to cart |
etsy_view_cart |
View cart contents |
etsy_get_favorites |
View favorited items |
etsy_add_to_favorites |
Add item to favorites |
etsy_checkout |
Proceed through checkout |
etsy_track_orders |
View and track orders |
etsy_message_seller |
Contact a seller |
etsy_login |
Log in to Etsy account |
etsy_get_shop_info |
Browse a seller's shop |
etsy_close_browser |
Clean up browser resources |
Authentication
For actions requiring login (cart, favorites, orders, messaging), use etsy_login first:
Use etsy_login with my email and password, then search for handmade jewelry under $50.
Note: Some operations like checkout default to
dry_run: truefor safety. Setdry_run: falseto complete purchases.
Requirements
- Node.js >= 18
- Playwright (with Chromium browser)
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.