Full scan of Tranco top-1M domains for MCP servers - includes OAuth-protected and other MCP servers found at mcp.<domain>
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-scan-tran": {
"command": "npx",
"args": [
"-y",
"nikhilkaushik12345/mcp-server-scan-tranco-1m"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-scan-tran npx -y nikhilkaushik12345/mcp-server-scan-tranco-1m
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-scan-tran": {
"command": "npx",
"args": [
"-y",
"nikhilkaushik12345/mcp-server-scan-tranco-1m"
]
}
}
}