mcp-rpcbind
Rank #53,195io.github.daedalus/mcp-rpcbind
MCP server exposing rpcbind/RPC portmapper functionality
mcp-rpcbind is a Model Context Protocol (MCP) server published by daedalus. It ranks #53,195 of 115,460 servers tracked on MCP Toplist. mcp-rpcbind is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 24, 2026 and most recently updated on Apr 24, 2026.
Ranks ahead of 62,265 of 115,460 servers on MCP Toplist.
Use mcp-rpcbind
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-rpcbind -- uvx mcp-rpcbind[mcp_servers.mcp-rpcbind]
command = "uvx"
args = ["mcp-rpcbind"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-rpcbind": {
"command": "uvx",
"args": [
"mcp-rpcbind"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-rpcbind": {
"command": "uvx",
"args": [
"mcp-rpcbind"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-rpcbind": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-rpcbind"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-rpcbind": {
"command": "uvx",
"args": [
"mcp-rpcbind"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-rpcbind": {
"command": "uvx",
"args": [
"mcp-rpcbind"
]
}
}
}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.daedalus%2Fmcp-rpcbind)<a href="https://mcptoplist.com/server/io.github.daedalus%2Fmcp-rpcbind"><img src="https://mcptoplist.com/badge/io.github.daedalus%2Fmcp-rpcbind.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 (2 delisted)
daedalus
Other servers by daedalus
- mcp-sparql#31,108 · 1 ver
- Mcp_Reverse_Engineering#35,455 · 4 vers
- MCP External Memory#39,084 · 3 vers
- MCP Rfc Editor#39,085 · 3 vers
- MCP Smart Proxy#39,086 · 3 vers
- mcp-hashlib#39,684 · 3 vers
- mcp-sigrok#40,831 · 1 ver
- MCP Ecdsa#43,510 · 2 vers
- MCP Exa#43,511 · 2 vers
- MCP Rpn#43,512 · 2 vers
- MCP Sqlite3#43,513 · 2 vers
- mcp-server-nmap#45,279 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 24, 2026 |
Frequently asked questions
- Who maintains mcp-rpcbind?
- mcp-rpcbind is maintained by daedalus, which publishes 53 MCP servers (73 total versions) tracked on MCP Toplist.
- Is mcp-rpcbind listed on the Official MCP Registry?
- Yes — mcp-rpcbind is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-rpcbind have?
- MCP Toplist tracks 1 version of mcp-rpcbind, most recently published on Apr 24, 2026.
- Where can I find the source code for mcp-rpcbind?
- The source code for mcp-rpcbind is hosted at github.com/daedalus/mcp-rpcbind.