Seerxo
Rank #3,135io.github.semihbugrasezer/seerxo
Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.
Seerxo is a Model Context Protocol (MCP) server published by semihbugrasezer. It ranks #3,135 of 115,591 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. Seerxo is listed across 3 registries — Official MCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Oct 4, 2025 and most recently updated on Jul 26, 2026.
Ranks ahead of 112,456 of 115,591 servers on MCP Toplist.
Use Seerxo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http seerxo https://api.seerxo.com/mcpclaude mcp add seerxo -e "SEERXO_EMAIL=<your SEERXO_EMAIL>" -e "SEERXO_API_KEY=<your SEERXO_API_KEY>" -- npx -y seerxoReplace each placeholder with your own value before saving.
[mcp_servers.seerxo]
url = "https://api.seerxo.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.seerxo]
command = "npx"
args = ["-y", "seerxo"]
[mcp_servers.seerxo.env]
SEERXO_EMAIL = "<your SEERXO_EMAIL>"
SEERXO_API_KEY = "<your SEERXO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.seerxo.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
],
"env": {
"SEERXO_EMAIL": "<your SEERXO_EMAIL>",
"SEERXO_API_KEY": "<your SEERXO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seerxo": {
"url": "https://api.seerxo.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
],
"env": {
"SEERXO_EMAIL": "<your SEERXO_EMAIL>",
"SEERXO_API_KEY": "<your SEERXO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"seerxo": {
"type": "http",
"url": "https://api.seerxo.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"seerxo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seerxo"
],
"env": {
"SEERXO_EMAIL": "<your SEERXO_EMAIL>",
"SEERXO_API_KEY": "<your SEERXO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seerxo": {
"serverUrl": "https://api.seerxo.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
],
"env": {
"SEERXO_EMAIL": "<your SEERXO_EMAIL>",
"SEERXO_API_KEY": "<your SEERXO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"seerxo": {
"url": "https://api.seerxo.com/mcp"
}
}
}{
"mcpServers": {
"seerxo": {
"command": "npx",
"args": [
"-y",
"seerxo"
],
"env": {
"SEERXO_EMAIL": "<your SEERXO_EMAIL>",
"SEERXO_API_KEY": "<your SEERXO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.semihbugrasezer%2Fseerxo)<a href="https://mcptoplist.com/server/io.github.semihbugrasezer%2Fseerxo"><img src="https://mcptoplist.com/badge/io.github.semihbugrasezer%2Fseerxo.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
semihbugrasezer
Available versions (4)
| Version | Published |
|---|---|
| 1.13.0 | Jul 26, 2026 |
| 1.12.5 | Jul 18, 2026 |
| 1.10.2 | Jul 18, 2026 |
| 1.9.0 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Seerxo?
- Seerxo is maintained by semihbugrasezer, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Seerxo listed on the Official MCP Registry?
- Yes — Seerxo is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Seerxo have?
- MCP Toplist tracks 4 versions of Seerxo, most recently published on Jul 26, 2026.
- Where can I find the source code for Seerxo?
- The source code for Seerxo is hosted at github.com/semihbugrasezer/seerxo.