The Etsy MCP server offers the most complete implementation of the Model Context Protocol for the Etsy API v3, encompassing virtually the entire API surface with over 50 distinct tool modules. It streamlines interaction with Etsy's platform, featuring robust input validation with Zod schemas, full support for cursor/offset pagination, and handling of both API Key and OAuth 2.0 bearer token authentication. This server simplifies the development of applications that need to read, write, and manage data across all Etsy domains, from listings and inventory to orders, payments, shop settings, and user data.
Key Features
01Cursor/offset pagination on all list tools
020 GitHub stars
03Full Etsy API v3 coverage
04Axios-based client with OAuth bearer token support
0550+ tools covering every Etsy API domain
06Zod-validated input schemas on every tool
Use Cases
01Automating Etsy shop management, including listing creation, updates, and inventory synchronization.
02Integrating Etsy order processing, payment tracking, and customer data into external systems.
03Developing AI agents or applications that interact dynamically with the Etsy platform for various tasks.