Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Striderlabs/ Etsy

FreeNot checked

Enables AI agents to search, browse, and interact with Etsy through browser automation, including product search, cart management, favorites, checkout, and sell

GitHubEmbed

About

Enables AI agents to search, browse, and interact with Etsy through browser automation, including product search, cart management, favorites, checkout, and seller messaging.

README

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: true for safety. Set dry_run: false to complete purchases.

Requirements

  • Node.js >= 18
  • Playwright (with Chromium browser)

License

MIT

from github.com/markswendsen-code/mcp-etsy

Installing @Striderlabs/ Etsy

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/markswendsen-code/mcp-etsy

FAQ

Is @Striderlabs/ Etsy MCP free?

Yes, @Striderlabs/ Etsy MCP is free — one-click install via Unyly at no cost.

Does @Striderlabs/ Etsy need an API key?

No, @Striderlabs/ Etsy runs without API keys or environment variables.

Is @Striderlabs/ Etsy hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install @Striderlabs/ Etsy in Claude Desktop, Claude Code or Cursor?

Open @Striderlabs/ Etsy on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Playwright

Browser automation, scraping, screenshots

Microsoftby Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolby modelcontextprotocol

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devby opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterby robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerby hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002by 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationby achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceby bytedance

aparajithn/agent-scraper-mcp

Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext

aparajithnby aparajithn

apireno/DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

apirenoby apireno

Compare @Striderlabs/ Etsy with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs