✨ Free AI-Powered Etsy SEO Generator

Turn 3 Hours Into
10 Seconds

AI-powered SEO content generation for Etsy sellers. Use in browser or integrate with Claude Desktop via MCP.

🎁 Try Free Now - 10/Day 📖 MCP Setup Guide →
🤖 Google Gemini AI 🔌 MCP Compatible ⚡ 10-Second Results đŸ’¯ 100% Free

📝 Free SEO Generator

10 free generations per day â€ĸ No signup required

đŸŽ¯ What You'll Get

⚡

10x Faster SEO

Generate perfect titles, descriptions, and tags in 10 seconds instead of 3 hours of manual work.

đŸŽ¯

Etsy-Optimized

All content follows Etsy's rules: 140-char titles, 13 tags max, keyword-rich descriptions.

🤖

AI-Powered

Powered by Google Gemini 2.5 Flash for cutting-edge natural language understanding.

🔌

MCP Integration

Use directly in Claude Desktop via Model Context Protocol. Seamless AI workflow.

💰

100% Free

10 generations per day, completely free. No credit card required, no hidden fees.

📊

Proven Results

Used by Etsy sellers to improve rankings and increase sales. Real results, real impact.

🔌 MCP Setup Guide

â„šī¸ What is MCP?

Model Context Protocol (MCP) allows Claude Desktop to connect with external tools like this SEO generator. Once set up, you can generate Etsy SEO directly within your Claude conversations!

đŸ“Ĩ Step 1: Install MCP Server

Clone this repository and install dependencies:

git clone https://github.com/YOUR_USERNAME/etsy-seo-mcp.git
cd etsy-seo-mcp
npm install

🔑 Step 2: Get Your Gemini API Key

Get a free API key from Google Gemini:

  1. Visit Google AI Studio
  2. Click "Create API Key"
  3. Copy your key (starts with "AIzaSy...")

Create a .env file:

GEMINI_API_KEY=your-api-key-here
NODE_ENV=development
PORT=3001

âš™ī¸ Step 3: Configure Claude Desktop

Add the MCP server to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "etsy-seo": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/etsy-seo-mcp/server.js"],
      "env": {
        "GEMINI_API_KEY": "your-gemini-api-key-here"
      }
    }
  }
}

âš ī¸ Important: Replace /ABSOLUTE/PATH/TO/ with your actual full path!

🚀 Step 4: Restart Claude Desktop

Close and reopen Claude Desktop completely for changes to take effect.

✅ Step 5: Test It Out!

In Claude Desktop, try this prompt:

Generate Etsy SEO for "handmade ceramic coffee mug" in the Home & Living category

Claude will automatically use the MCP tool to generate your SEO content!

🎉 That's It!

You can now generate Etsy SEO directly in Claude Desktop. No need to switch between windows!

📡 API Documentation

Endpoint: Free Generation

POST /api/generate-free

Request Body:

{
  "product_name": "handmade ceramic mug",
  "category": "Home & Living",
  "email": "user@example.com"
}

Response:

{
  "success": true,
  "data": {
    "title": "Handmade Ceramic Coffee Mug | Artisan Pottery...",
    "description": "Elevate your daily ritual with our beautiful...",
    "tags": [
      "handmade mug",
      "ceramic mug",
      "coffee cup",
      "pottery",
      "artisan mug",
      "handcrafted",
      "home decor",
      "kitchen",
      "drinkware",
      "gift",
      "unique mug",
      "ceramic cup",
      "coffee gift"
    ],
    "suggested_price_range": "$30-$55"
  },
  "meta": {
    "remaining_today": 9,
    "provider": "Google Gemini 2.5 Flash"
  }
}

Rate Limits

  • ✅ Free Tier: 10 generations per day per email
  • 🔄 Resets daily at midnight UTC
  • 📧 Email required for rate limiting

Example: cURL

curl -X POST https://devqora.space/api/generate-free \
  -H "Content-Type: application/json" \
  -d '{
    "product_name": "handmade ceramic mug",
    "category": "Home & Living",
    "email": "user@example.com"
  }'

Example: JavaScript

const response = await fetch('https://devqora.space/api/generate-free', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    product_name: 'handmade ceramic mug',
    category: 'Home & Living',
    email: 'user@example.com'
  })
});

const data = await response.json();
console.log(data.data.title);
console.log(data.data.tags);

Ready to Boost Your Etsy SEO?

Start generating AI-powered content in seconds

🚀 Try Free Generator

10 free generations per day â€ĸ No credit card required

🚀

Daily Limit Reached!

You've used all 10 free generations for today. Want unlimited access?

Premium Plan

$9.99/month
  • ✓ Unlimited daily generations
  • ✓ Priority AI processing
  • ✓ Bulk generation support
  • ✓ Premium support