npm seerxostreamable-httpMITupdated 9d ago
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.
Seerxo 能做什么?
Type what you sell. Get the whole listing.
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.
Try it free → · Quick start · Sample output
⚡ See it work
You type:
seerxo generate --product "handmade ceramic coffee mug, speckled glaze, 12oz"
You get:
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.
🧰 Use it where you already work
| Channel | Best for | Get started |
|---|---|---|
| 🖥️ CLI | Terminal lovers, scripts, batch work | npm i -g seerxo |
| 🤖 Claude Desktop (MCP) | "Generate a listing" mid-conversation | Setup ↓ |
| 🧑💻 Claude Code skill | Listings without leaving your editor | seerxo skill add |
| 🌐 Web app | Zero install + free SEO Score audit | Open and type |
One account, one credit pool — every channel shares it.
🚀 Quick start
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:
seerxo analyze --title "Minimalist Mug" --tags "mug,gift" --description "..." # SEO score + weak points
seerxo optimize --title "Minimalist Mug" --tags "mug,gift" --description "..." # guided rewrite, before/after score
seerxo keywords --seed "ceramic mug" # ranked Etsy autosuggest keywords
(seerxo audit works as an alias for analyze.)
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.
-
Install the CLI and sign in (
seerxo login) as above. -
Add the MCP server to your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%/Claude/claude_desktop_config.json{ "mcpServers": { "seerxo": { "command": "seerxo-mcp" } } }Credentials are read from
~/.seerxo-mcp/config.json(written byseerxo login); you can override withSEERXO_EMAIL/SEERXO_API_KEYenv 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"
The repository is also a Claude Code plugin. To test it directly from a clone:
claude plugin validate .
claude --plugin-dir .
Or install the same skill through the Seerxo CLI:
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.
seerxo configure --email you@example.com --api-key keyId.secret
Check state anytime with seerxo status; sign out with seerxo logout.
📦 What you get
| Field | Details |
|---|---|
| Title | ≤140 chars, primary keywords front-loaded for Etsy search |
| A/B titles | Alternative titles for split-testing |
| Description | Hook-first opening, features, usage scenarios, call-to-action |
| 13 tags | Each ≤20 chars, lowercase, deduplicated, broad + specific mix |
| Attributes | Occasion, style, color, material, recipient — Etsy's filter dropdowns |
| Extras | Target keywords, shipping tip, cross-sell suggestion |
💡 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.
💳 Pricing
| Free | Premium | |
|---|---|---|
Listing audit (analyze) |
Unlimited | Unlimited |
| AI actions (generate, optimize, keywords) | 5 / month | up to 300 / month — Upgrade → |
Both plans include every channel — CLI, Claude Desktop, Claude Code skill, and the web app.
🤝 Support
GitHub Issues · info@seerxo.com · seerxo.com
The npm package is
seerxo— the oldseerxo-mcppackage is deprecated (theseerxo-mcpbinary still ships insideseerxofor Claude Desktop).
📝 License
MIT — see LICENSE.
Built for Etsy sellers by Seerxo
⭐ Star the repo if it saves you listing time — it helps other sellers find it.
安装
把 Seerxo 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"seerxo": {
"type": "http",
"url": "https://api.seerxo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add seerxo -- npx -y seerxocodex mcp add seerxo -- npx -y seerxoamp mcp add seerxo -- npx -y seerxo{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"seerxo": {
"type": "local",
"command": "npx",
"args": [
"-y",
"seerxo"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"seerxo": {
"command": {
"path": "npx",
"args": [
"-y",
"seerxo"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y seerxoRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档25/25
- 维护25/25
- 可信度13/20
- 能力0/15
- 安装体验15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.13.0最新 | 2026年7月26日 |
| 1.12.7 | 2026年7月22日 |
| 1.12.6 | 2026年7月19日 |
| 1.12.5 | 2026年7月18日 |
| 1.12.4 | 2026年7月18日 |
| 1.12.3 | 2026年7月18日 |
| 1.12.2 | 2026年7月18日 |
| 1.12.1 | 2026年7月18日 |
| 1.12.0 | 2026年7月18日 |
| 1.11.0 | 2026年7月18日 |
| 1.10.2 | 2026年7月18日 |
| 1.10.1 | 2026年7月18日 |
| 1.10.0 | 2026年7月18日 |
| 1.9.1 | 2026年7月18日 |
| 1.9.0 | 2026年7月17日 |