Home › Other › Seerxo

Seerxo

Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.

JavaScript Remote
★ 27 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.seerxo.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http seerxo https://api.seerxo.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "seerxo": {
      "url": "https://api.seerxo.com/mcp"
    }
  }
}

Package (npm 1.13.0)

npx -y seerxo@1.13.0

Or add to your MCP client config:

{
  "mcpServers": {
    "seerxo": {
      "command": "npx",
      "args": [
        "-y",
        "seerxo@1.13.0"
      ],
      "env": {
        "SEERXO_EMAIL": "<YOUR_VALUE>",
        "SEERXO_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SEERXO_EMAIL — Optional Seerxo account email; omit when credentials were saved with 'seerxo login'.
  • SEERXO_API_KEY secret — Optional API key from seerxo.com — omit to use the free tier set up via 'seerxo configure'.

Related servers

Data from the Official MCP Registry