Remote Bridge
Rank #16,821io.github.varaprasadreddy9676/remote-bridge
MCP server providing remote-bridge capabilities
Remote Bridge is a Model Context Protocol (MCP) server published by varaprasadreddy9676. It ranks #16,821 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Remote Bridge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on Mar 22, 2026.
Ranks ahead of 98,770 of 115,591 servers on MCP Toplist.
Use Remote Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remote-bridge -- npx -y remote-bridge-cli[mcp_servers.remote-bridge]
command = "npx"
args = ["-y", "remote-bridge-cli"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"remote-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"remote-bridge": {
"command": "npx",
"args": [
"-y",
"remote-bridge-cli"
]
}
}
}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.varaprasadreddy9676%2Fremote-bridge)<a href="https://mcptoplist.com/server/io.github.varaprasadreddy9676%2Fremote-bridge"><img src="https://mcptoplist.com/badge/io.github.varaprasadreddy9676%2Fremote-bridge.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
varaprasadreddy9676
Other servers by varaprasadreddy9676
View all varaprasadreddy9676 servers →Available versions (6)
| Version | Published |
|---|---|
| 0.1.5 | Mar 22, 2026 |
| 0.1.4 | Mar 22, 2026 |
| 0.1.3 | Mar 22, 2026 |
| 0.1.2 | Mar 22, 2026 |
| 0.1.1 | Mar 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Remote Bridge?
- Remote Bridge is maintained by varaprasadreddy9676, which publishes 3 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Remote Bridge listed on the Official MCP Registry?
- Yes — Remote Bridge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Remote Bridge have?
- MCP Toplist tracks 6 versions of Remote Bridge, most recently published on Mar 22, 2026.
- Where can I find the source code for Remote Bridge?
- The source code for Remote Bridge is hosted at github.com/varaprasadreddy9676/remote-bridge.