Stacksfinder
Rank #17,855io.github.hoklims/stacksfinder
MCP server providing stacksfinder capabilities
Stacksfinder is a Model Context Protocol (MCP) server published by hoklims. It ranks #17,855 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Stacksfinder is listed across 5 registries — Official MCP, PulseMCP, mcp.so, Smithery and Glama, with 2 tracked versions. It was first listed on Dec 31, 2025 and most recently updated on Jan 14, 2026.
Ranks ahead of 97,605 of 115,460 servers on MCP Toplist.
Use Stacksfinder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stacksfinder -e "STACKSFINDER_API_KEY=<your STACKSFINDER_API_KEY>" -- npx -y @stacksfinder/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.stacksfinder]
command = "npx"
args = ["-y", "@stacksfinder/mcp-server"]
[mcp_servers.stacksfinder.env]
STACKSFINDER_API_KEY = "<your STACKSFINDER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<your STACKSFINDER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<your STACKSFINDER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stacksfinder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<your STACKSFINDER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<your STACKSFINDER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": [
"-y",
"@stacksfinder/mcp-server"
],
"env": {
"STACKSFINDER_API_KEY": "<your STACKSFINDER_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.hoklims%2Fstacksfinder)<a href="https://mcptoplist.com/server/io.github.hoklims%2Fstacksfinder"><img src="https://mcptoplist.com/badge/io.github.hoklims%2Fstacksfinder.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
hoklims
Other servers by hoklims
View all hoklims servers →Available versions (2)
| Version | Published |
|---|---|
| 1.3.7 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Stacksfinder?
- Stacksfinder is maintained by hoklims, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Stacksfinder listed on the Official MCP Registry?
- Yes — Stacksfinder is listed on the Official MCP Registry, alongside PulseMCP, mcp.so, Smithery and Glama.
- How many versions does Stacksfinder have?
- MCP Toplist tracks 2 versions of Stacksfinder, most recently published on Jan 14, 2026.
- Where can I find the source code for Stacksfinder?
- The source code for Stacksfinder is hosted at github.com/hoklims/stacksfinder-mcp.