Non-Tranco remote MCP server census — 1115 new live-verified hosts (414 OAuth) using Umbrella, Majestic, MCP Registry, PRM spray
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-nontranco": {
"command": "npx",
"args": [
"-y",
"nikhilkaushik12345/remote-mcp-nontranco-census"
]
}
}
}
Run in terminal:
claude mcp add remote-mcp-nontranco npx -y nikhilkaushik12345/remote-mcp-nontranco-census
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-nontranco": {
"command": "npx",
"args": [
"-y",
"nikhilkaushik12345/remote-mcp-nontranco-census"
]
}
}
}