Scopeblind MCP
Rank #38,243io.github.tomjwxf/scopeblind-mcp
MCP server providing scopeblind-mcp capabilities
Scopeblind MCP is a Model Context Protocol (MCP) server published by tomjwxf. It ranks #38,243 of 115,460 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Scopeblind MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 77,217 of 115,460 servers on MCP Toplist.
Use Scopeblind MCP
claude mcp add scopeblind-mcp -- npx -y scopeblind-mcp[mcp_servers.scopeblind-mcp]
command = "npx"
args = ["-y", "scopeblind-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"scopeblind-mcp": {
"command": "npx",
"args": [
"-y",
"scopeblind-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scopeblind-mcp": {
"command": "npx",
"args": [
"-y",
"scopeblind-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scopeblind-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scopeblind-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scopeblind-mcp": {
"command": "npx",
"args": [
"-y",
"scopeblind-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scopeblind-mcp": {
"command": "npx",
"args": [
"-y",
"scopeblind-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.tomjwxf%2Fscopeblind-mcp)<a href="https://mcptoplist.com/server/io.github.tomjwxf%2Fscopeblind-mcp"><img src="https://mcptoplist.com/badge/io.github.tomjwxf%2Fscopeblind-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tomjwxf
Other servers by tomjwxf
View all tomjwxf servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Mar 25, 2026 |
| 1.0.1 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Scopeblind MCP?
- Scopeblind MCP is maintained by tomjwxf, which publishes 6 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Scopeblind MCP listed on the Official MCP Registry?
- Yes — Scopeblind MCP is listed on the Official MCP Registry.
- How many versions does Scopeblind MCP have?
- MCP Toplist tracks 3 versions of Scopeblind MCP, most recently published on Mar 25, 2026.
- Where can I find the source code for Scopeblind MCP?
- The source code for Scopeblind MCP is hosted at github.com/tomjwxf/scopeblind-gateway.