Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Etsy
shopping-bag

Etsy MCP Server

Etsy marketplace integration for shop management

e-commercemarketplaceshop

About

## Etsy MCP Server: Handmade Marketplace The **Etsy MCP Server** integrates Etsy's creative marketplace into Google Antigravity, enabling developers to manage shops, listings, and orders through AI-assisted marketplace workflows. ### Why Etsy MCP? - **Creative Community**: Access to millions of buyers seeking unique items - **Global Reach**: Sell to customers in 200+ countries - **Shop Management**: Full control over listings, inventory, and pricing - **Seller Tools**: Built-in analytics and marketing features - **Shipping Integration**: Integrated shipping labels and tracking ### Key Features #### 1. Listing Management ```javascript // Create listing const listing = await etsy.createListing({ shopId: "your_shop_id", title: "Handmade Ceramic Mug", description: "Beautiful handcrafted ceramic mug...", price: 29.99, quantity: 50, taxonomy_id: 123, // Ceramic mugs category who_made: "i_did", when_made: "2020_2024", is_supply: false, shipping_profile_id: 456, images: [{ file: imageBuffer }] }); // Update listing await etsy.updateListing({ listingId: listing.listing_id, price: 24.99, quantity: 75 }); // Get shop listings const listings = await etsy.getShopListings({ shopId: "your_shop_id", state: "active", limit: 100 }); ``` #### 2. Order Fulfillment ```javascript // Get shop receipts (orders) const orders = await etsy.getShopReceipts({ shopId: "your_shop_id", was_shipped: false }); // Mark order as shipped await etsy.submitTracking({ shopId: "your_shop_id", receiptId: orders[0].receipt_id, carrier: "usps", trackingCode: "9400111899223xxxxxxxxx" }); // Get shop reviews const reviews = await etsy.getShopReviews({ shopId: "your_shop_id" }); ``` ### Configuration ```json { "mcpServers": { "etsy": { "command": "npx", "args": ["-y", "@anthropic/mcp-etsy"], "env": { "ETSY_API_KEY": "your-api-key", "ETSY_SHARED_SECRET": "your-shared-secret", "ETSY_ACCESS_TOKEN": "your-access-token" } } } } ``` ### Use Cases **Shop Management**: Manage Etsy listings and inventory programmatically. **Order Automation**: Automate order processing and shipping updates. **Multi-Channel Sync**: Sync Etsy with other sales channels. The Etsy MCP Server brings creative marketplace management to your workflow.

Installation

Configuration
{
  "mcpServers": {
    "etsy": {
      "mcpServers": {
        "etsy": {
          "env": {
            "ETSY_API_KEY": "your-etsy-api-key",
            "ETSY_SHARED_SECRET": "your-shared-secret"
          },
          "args": [
            "-y",
            "etsy-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get Etsy API credentials from developer.etsy.com
  2. 2Set ETSY_API_KEY and ETSY_SHARED_SECRET
  3. 3Add to Claude Desktop config

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers