should-i-use
Rank #72,351io.github.mrkeyoor/should-i-use
Honest library picks for coding agents in 25-360 tokens. Tells your agent what NOT to install.
should-i-use is a Model Context Protocol (MCP) server published by mrkeyoor. It ranks #72,351 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. should-i-use is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 5, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 59,762 of 132,113 servers on MCP Toplist.
Use should-i-use
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http should-i-use https://mrkeyoor.com/mcpclaude mcp add should-i-use -- npx -y should-i-use-mcp[mcp_servers.should-i-use]
url = "https://mrkeyoor.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.should-i-use]
command = "npx"
args = ["-y", "should-i-use-mcp"]Add to ~/.codex/config.toml.
https://mrkeyoor.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"should-i-use": {
"command": "npx",
"args": [
"-y",
"should-i-use-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"should-i-use": {
"url": "https://mrkeyoor.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"should-i-use": {
"command": "npx",
"args": [
"-y",
"should-i-use-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"should-i-use": {
"type": "http",
"url": "https://mrkeyoor.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"should-i-use": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"should-i-use-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"should-i-use": {
"serverUrl": "https://mrkeyoor.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"should-i-use": {
"command": "npx",
"args": [
"-y",
"should-i-use-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"should-i-use": {
"url": "https://mrkeyoor.com/mcp"
}
}
}{
"mcpServers": {
"should-i-use": {
"command": "npx",
"args": [
"-y",
"should-i-use-mcp"
]
}
}
}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.mrkeyoor%2Fshould-i-use)<a href="https://mcptoplist.com/server/io.github.mrkeyoor%2Fshould-i-use"><img src="https://mcptoplist.com/badge/io.github.mrkeyoor%2Fshould-i-use.svg" alt="MCP Toplist: #72,351 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mrkeyoor
Other servers by mrkeyoor
View all mrkeyoor servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.2 | Aug 10, 2026 |
Frequently asked questions
- Who maintains should-i-use?
- should-i-use is maintained by mrkeyoor, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is should-i-use listed on the Official MCP Registry?
- Yes — should-i-use is listed on the Official MCP Registry, alongside Glama.
- How many versions does should-i-use have?
- MCP Toplist tracks 1 version of should-i-use, most recently published on Aug 10, 2026.
- Where can I find the source code for should-i-use?
- The source code for should-i-use is hosted at github.com/mrkeyoor/should-i-use.
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.