Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Etsy Tags

FreeNot checked

Etsy tag finder MCP server — long-tail tags from live Google autocomplete for Claude Code, Claude Desktop, Cursor. Free remote MCP.

GitHubEmbed

About

Etsy tag finder MCP server — long-tail tags from live Google autocomplete for Claude Code, Claude Desktop, Cursor. Free remote MCP.

README

A hosted Model Context Protocol server that gives any AI assistant long-tail Etsy tag ideas pulled from live Google autocomplete — the real phrases shoppers actually type. No API key, nothing to install.

Works in Claude Code, Claude Desktop, Cursor, and any MCP-capable agent.

What it does

The etsy_tag_ideas tool takes what you sell and returns up to 15 long-tail tags, each ≤20 characters (Etsy's tag limit), sourced live — no made-up search volumes.

Install (remote — nothing to download)

Claude Code

claude mcp add --transport http etsy-tags https://tagvault.rugscore.workers.dev/mcp

Claude Desktop / Cursor / generic MCP client:

{
  "mcpServers": {
    "etsy-tags": {
      "type": "streamable-http",
      "url": "https://tagvault.rugscore.workers.dev/mcp"
    }
  }
}

Then ask: "Give me Etsy tags for a personalized necklace."

Example

// etsy_tag_ideas { "seed": "personalized necklace" }
{
  "seed": "personalized necklace",
  "count": 13,
  "tags": ["name necklace","custom necklace","engraved necklace","name necklace gold",
           "name necklace gift","custom name necklace","necklace gift box", "..."]
}

Full toolkit

The free finder gives live tag ideas. The complete TagVault — done-for-you 13-tag packs for 70+ niches plus a listing-SEO playbook — is here:

https://tagvault.rugscore.workers.dev

License

MIT

from github.com/comil27/etsy-tags-mcp

Installing Etsy Tags

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/comil27/etsy-tags-mcp

FAQ

Is Etsy Tags MCP free?

Yes, Etsy Tags MCP is free — one-click install via Unyly at no cost.

Does Etsy Tags need an API key?

No, Etsy Tags runs without API keys or environment variables.

Is Etsy Tags hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Etsy Tags in Claude Desktop, Claude Code or Cursor?

Open Etsy Tags on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Etsy Tags with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs