A Model Context Protocol (MCP) server that provides secure telnet client capabilities for Claude Code and other LLM applications. Designed for
A Model Context Protocol (MCP) server that provides secure telnet client capabilities for Claude Code and other LLM applications. Designed for defensive security analysis of network devices. That is what the telnetproxymcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 7 tools. What each one is for:
Prerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone and build: bash git clone cd telnet-mcp-server go mod tidy go build -o telnet-mcp-servertelnet_connect — The telnet_connect tool exposed by this servertelnet_execute_command — The telnet_execute_command tool exposed by this servertelnet_disconnect — The telnet_disconnect tool exposed by this serverBuilding — The Building tool exposed by this serverTesting — The Testing tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: ROUTER_IPS, LOG_LEVEL, AUDIT_LOG_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. TelnetProxyMCP's toolset — Prerequisites, Installation, telnet_connect and 4 more — is a fair guide to whether it matches your workflow. It is maintained by PetePeter; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone and build: bash git clone <repository> cd telnet-mcp-server go mod tidy go build -o telnet-mcp-server |
| telnet_connect | The telnet_connect tool exposed by this server. |
| telnet_execute_command | The telnet_execute_command tool exposed by this server. |
| telnet_disconnect | The telnet_disconnect tool exposed by this server. |
| Building | The Building tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| ROUTER_IPS | Configuration value read at startup. | Optional |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| AUDIT_LOG_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.