Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.
io.github.semihbugrasezer/seerxo — MCP Server
This MCP server is described as generating SEO-optimized Etsy listing content from an AI assistant input. It produces a listing title, listing description, and 13 tags intended for Etsy SEO. The repository data also indicates it is MCP-compatible and published under the MIT license.
🛠️ Key Features
Generates an Etsy listing title
Generates an Etsy listing description
Produces 13 SEO tags for Etsy listings
Labeled MCP-Compatible
🚀 Use Cases
Creating complete Etsy listing text (title, description, and tags) in one workflow
Using an AI assistant to generate SEO-oriented Etsy listing components
⚡ Developer Benefits
Provides structured outputs: title, description, and 13 tags
Package is referenced as available on npm
MIT-licensed repository
⚠️ Limitations
Source material only states content generation; no additional tool details, inputs, or configuration are provided
Front-loaded SEO title (+ A/B variants) · hook-first description · all 13 tags ·
Etsy attributes — generated in seconds, ready to paste.
Then keep improving: score, fix, and keyword-mine existing listings from the same CLI, MCP server, and Claude Code skill.
TITLE Handmade Ceramic Coffee Mug | Artisan Pottery | Unique Kitchen Gift | Microwave Safe
TAGS handmade mug · ceramic coffee cup · pottery mug · artisan mug · unique gift
coffee lover gift · handcrafted · kitchen decor · tea cup · housewarming gift
birthday present · ceramic pottery · handmade gift
DESCRIPTION
Elevate your morning coffee ritual with this beautifully handcrafted ceramic mug.
Each piece is lovingly made by skilled artisans, ensuring no two mugs are exactly
alike. Featuring a comfortable ergonomic handle and smooth glazed finish. …
+ 2 A/B title variants · Etsy attributes · target keywords · shipping tip · cross-sell idea
Every field respects Etsy's rules out of the box: title ≤140 chars, exactly 13 tags,
each tag ≤20 chars, lowercase, no duplicates.
One account, one credit pool — every channel shares it.
🚀 Quick start
bash
npm install -g seerxo
seerxo login # Google sign-in in your browser; API key is saved for you
seerxo generate --product "boho macrame wall hanging" --category "Home & Living"
Already have a listing? Score it, fix it, and mine keywords from the same CLI:
Prefer interactive? Just run seerxo and type your product
(add a category with |, e.g. Boho bedroom wall art set | Wall Art).
Add --json to any command for machine-readable output.
🤖 Claude Desktop (MCP) setup
Install the CLI and sign in (seerxo login) as above.
Credentials are read from ~/.seerxo-mcp/config.json (written by seerxo login);
you can override with SEERXO_EMAIL / SEERXO_API_KEY env vars. The file is
plaintext — keep it on single-user machines:
chmod 700 ~/.seerxo-mcp && chmod 600 ~/.seerxo-mcp/config.json
Restart Claude Desktop and ask:
"Generate an Etsy listing for my handmade ceramic coffee mug"
🧑💻 Claude Code skill setup
bash
npm install -g seerxo && seerxo login
seerxo skill add # user-level, all projects
seerxo skill add --project # …or current repo only
Restart Claude Code and ask for an Etsy listing — the skill drives the CLI for you.
Remove anytime with seerxo skill remove. No global install? npx seerxo skill add.
💡 Tip: you can paste an Etsy listing URL that contains a title slug
(etsy.com/listing/123/boho-macrame-wall-hanging) — the product name is derived
from it. Bare links without a slug can't be read; paste the listing title instead.