mcp-stashbox
Rank #4,570io.github.smeet666/mcp-stashbox
Search scenes, performers, studios and tags across the public stash-box catalogues.
mcp-stashbox is a Model Context Protocol (MCP) server published by smeet666. It ranks #4,570 of 131,708 servers tracked on MCP Toplist. mcp-stashbox is listed across 2 registries — Official MCP and Glama, with 15 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 127,138 of 131,708 servers on MCP Toplist.
Use mcp-stashbox
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-stashbox -e "STASHBOX_STASHDB_KEY=<your STASHBOX_STASHDB_KEY>" -e "STASHBOX_TPDB_KEY=<your STASHBOX_TPDB_KEY>" -e "STASHBOX_FANSDB_KEY=<your STASHBOX_FANSDB_KEY>" -e "STASHBOX_PMV_KEY=<your STASHBOX_PMV_KEY>" -e "STASHBOX_JAVSTASH_KEY=<your STASHBOX_JAVSTASH_KEY>" -e "SB_USER_AGENT=<your SB_USER_AGENT>" -e "SB_MIN_INTERVAL_MS=<your SB_MIN_INTERVAL_MS>" -e "SB_TIMEOUT_MS=<your SB_TIMEOUT_MS>" -e "SB_MAX_RETRIES=<your SB_MAX_RETRIES>" -e "SB_CACHE_TTL_MS=<your SB_CACHE_TTL_MS>" -e "SB_CACHE_MAX_ENTRIES=<your SB_CACHE_MAX_ENTRIES>" -e "SB_LOG_LEVEL=<your SB_LOG_LEVEL>" -- npx -y mcp-stashboxReplace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
[mcp_servers.mcp-stashbox]
command = "npx"
args = ["-y", "mcp-stashbox"]
[mcp_servers.mcp-stashbox.env]
STASHBOX_STASHDB_KEY = "<your STASHBOX_STASHDB_KEY>"
STASHBOX_TPDB_KEY = "<your STASHBOX_TPDB_KEY>"
STASHBOX_FANSDB_KEY = "<your STASHBOX_FANSDB_KEY>"
STASHBOX_PMV_KEY = "<your STASHBOX_PMV_KEY>"
STASHBOX_JAVSTASH_KEY = "<your STASHBOX_JAVSTASH_KEY>"
SB_USER_AGENT = "<your SB_USER_AGENT>"
SB_MIN_INTERVAL_MS = "<your SB_MIN_INTERVAL_MS>"
SB_TIMEOUT_MS = "<your SB_TIMEOUT_MS>"
SB_MAX_RETRIES = "<your SB_MAX_RETRIES>"
SB_CACHE_TTL_MS = "<your SB_CACHE_TTL_MS>"
SB_CACHE_MAX_ENTRIES = "<your SB_CACHE_MAX_ENTRIES>"
SB_LOG_LEVEL = "<your SB_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-stashbox": {
"command": "npx",
"args": [
"-y",
"mcp-stashbox"
],
"env": {
"STASHBOX_STASHDB_KEY": "<your STASHBOX_STASHDB_KEY>",
"STASHBOX_TPDB_KEY": "<your STASHBOX_TPDB_KEY>",
"STASHBOX_FANSDB_KEY": "<your STASHBOX_FANSDB_KEY>",
"STASHBOX_PMV_KEY": "<your STASHBOX_PMV_KEY>",
"STASHBOX_JAVSTASH_KEY": "<your STASHBOX_JAVSTASH_KEY>",
"SB_USER_AGENT": "<your SB_USER_AGENT>",
"SB_MIN_INTERVAL_MS": "<your SB_MIN_INTERVAL_MS>",
"SB_TIMEOUT_MS": "<your SB_TIMEOUT_MS>",
"SB_MAX_RETRIES": "<your SB_MAX_RETRIES>",
"SB_CACHE_TTL_MS": "<your SB_CACHE_TTL_MS>",
"SB_CACHE_MAX_ENTRIES": "<your SB_CACHE_MAX_ENTRIES>",
"SB_LOG_LEVEL": "<your SB_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-stashbox": {
"command": "npx",
"args": [
"-y",
"mcp-stashbox"
],
"env": {
"STASHBOX_STASHDB_KEY": "<your STASHBOX_STASHDB_KEY>",
"STASHBOX_TPDB_KEY": "<your STASHBOX_TPDB_KEY>",
"STASHBOX_FANSDB_KEY": "<your STASHBOX_FANSDB_KEY>",
"STASHBOX_PMV_KEY": "<your STASHBOX_PMV_KEY>",
"STASHBOX_JAVSTASH_KEY": "<your STASHBOX_JAVSTASH_KEY>",
"SB_USER_AGENT": "<your SB_USER_AGENT>",
"SB_MIN_INTERVAL_MS": "<your SB_MIN_INTERVAL_MS>",
"SB_TIMEOUT_MS": "<your SB_TIMEOUT_MS>",
"SB_MAX_RETRIES": "<your SB_MAX_RETRIES>",
"SB_CACHE_TTL_MS": "<your SB_CACHE_TTL_MS>",
"SB_CACHE_MAX_ENTRIES": "<your SB_CACHE_MAX_ENTRIES>",
"SB_LOG_LEVEL": "<your SB_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
{
"servers": {
"mcp-stashbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-stashbox"
],
"env": {
"STASHBOX_STASHDB_KEY": "<your STASHBOX_STASHDB_KEY>",
"STASHBOX_TPDB_KEY": "<your STASHBOX_TPDB_KEY>",
"STASHBOX_FANSDB_KEY": "<your STASHBOX_FANSDB_KEY>",
"STASHBOX_PMV_KEY": "<your STASHBOX_PMV_KEY>",
"STASHBOX_JAVSTASH_KEY": "<your STASHBOX_JAVSTASH_KEY>",
"SB_USER_AGENT": "<your SB_USER_AGENT>",
"SB_MIN_INTERVAL_MS": "<your SB_MIN_INTERVAL_MS>",
"SB_TIMEOUT_MS": "<your SB_TIMEOUT_MS>",
"SB_MAX_RETRIES": "<your SB_MAX_RETRIES>",
"SB_CACHE_TTL_MS": "<your SB_CACHE_TTL_MS>",
"SB_CACHE_MAX_ENTRIES": "<your SB_CACHE_MAX_ENTRIES>",
"SB_LOG_LEVEL": "<your SB_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-stashbox": {
"command": "npx",
"args": [
"-y",
"mcp-stashbox"
],
"env": {
"STASHBOX_STASHDB_KEY": "<your STASHBOX_STASHDB_KEY>",
"STASHBOX_TPDB_KEY": "<your STASHBOX_TPDB_KEY>",
"STASHBOX_FANSDB_KEY": "<your STASHBOX_FANSDB_KEY>",
"STASHBOX_PMV_KEY": "<your STASHBOX_PMV_KEY>",
"STASHBOX_JAVSTASH_KEY": "<your STASHBOX_JAVSTASH_KEY>",
"SB_USER_AGENT": "<your SB_USER_AGENT>",
"SB_MIN_INTERVAL_MS": "<your SB_MIN_INTERVAL_MS>",
"SB_TIMEOUT_MS": "<your SB_TIMEOUT_MS>",
"SB_MAX_RETRIES": "<your SB_MAX_RETRIES>",
"SB_CACHE_TTL_MS": "<your SB_CACHE_TTL_MS>",
"SB_CACHE_MAX_ENTRIES": "<your SB_CACHE_MAX_ENTRIES>",
"SB_LOG_LEVEL": "<your SB_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mcp-stashbox": {
"command": "npx",
"args": [
"-y",
"mcp-stashbox"
],
"env": {
"STASHBOX_STASHDB_KEY": "<your STASHBOX_STASHDB_KEY>",
"STASHBOX_TPDB_KEY": "<your STASHBOX_TPDB_KEY>",
"STASHBOX_FANSDB_KEY": "<your STASHBOX_FANSDB_KEY>",
"STASHBOX_PMV_KEY": "<your STASHBOX_PMV_KEY>",
"STASHBOX_JAVSTASH_KEY": "<your STASHBOX_JAVSTASH_KEY>",
"SB_USER_AGENT": "<your SB_USER_AGENT>",
"SB_MIN_INTERVAL_MS": "<your SB_MIN_INTERVAL_MS>",
"SB_TIMEOUT_MS": "<your SB_TIMEOUT_MS>",
"SB_MAX_RETRIES": "<your SB_MAX_RETRIES>",
"SB_CACHE_TTL_MS": "<your SB_CACHE_TTL_MS>",
"SB_CACHE_MAX_ENTRIES": "<your SB_CACHE_MAX_ENTRIES>",
"SB_LOG_LEVEL": "<your SB_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/smeet666/mcp-stashbox/releases/download/v2.0.1/mcp-stashbox-2.0.1.mcpb` — install it through your client’s extension manager.
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.smeet666%2Fmcp-stashbox)<a href="https://mcptoplist.com/server/io.github.smeet666%2Fmcp-stashbox"><img src="https://mcptoplist.com/badge/io.github.smeet666%2Fmcp-stashbox.svg" alt="MCP Toplist: Top 5% of 131,708" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
smeet666
Other servers by smeet666
- mcp-marmiton#4,483 · 16 vers
- mcp-archiveorg#4,944 · 12 vers
- mcp-lrclib#4,999 · 12 vers
- mcp-animenewsnetwork#5,079 · 11 vers
- mcp-lyricscom#5,115 · 11 vers
- mcp-metacritic#5,135 · 10 vers
- mcp-recipes#5,210 · 9 vers
- mcp-books#5,364 · 9 vers
- mcp-libraryofcongress#5,706 · 8 vers
- mcp-wikibooks-cookbook#5,758 · 8 vers
- mcp-databnf#5,969 · 7 vers
- mcp-rule34#6,182 · 6 vers
Available versions (15)
| Version | Published |
|---|---|
| 2.0.1 | Aug 29, 2026 |
| 2.0.0 | Aug 26, 2026 |
| 1.0.0 | Aug 14, 2026 |
| 0.10.0 | Aug 14, 2026 |
| 0.9.0 | Aug 14, 2026 |
| 0.8.0 | Aug 14, 2026 |
| 0.7.0 | Aug 13, 2026 |
| 0.6.0 | Aug 13, 2026 |
| 0.5.0 | Aug 13, 2026 |
| 0.3.1 | Aug 12, 2026 |
| 0.3.0 | Aug 12, 2026 |
| 0.2.1 | Aug 11, 2026 |
| 0.2.0 | Aug 11, 2026 |
| 0.1.1 | Aug 11, 2026 |
| 0.1.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains mcp-stashbox?
- mcp-stashbox is maintained by smeet666, which publishes 22 MCP servers (164 total versions) tracked on MCP Toplist.
- Is mcp-stashbox listed on the Official MCP Registry?
- Yes — mcp-stashbox is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-stashbox have?
- MCP Toplist tracks 15 versions of mcp-stashbox, most recently published on Aug 29, 2026.
- Where can I find the source code for mcp-stashbox?
- The source code for mcp-stashbox is hosted at github.com/smeet666/mcp-stashbox.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.