An MCP server for telnet, allowing Claude and other LLMs to interact with text-based interfaces
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-telnet": {
"command": "npx",
"args": [
"-y",
"distantorigin/mcp-telnet"
]
}
}
}
Run in terminal:
claude mcp add mcp-telnet npx -y distantorigin/mcp-telnet
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-telnet": {
"command": "npx",
"args": [
"-y",
"distantorigin/mcp-telnet"
]
}
}
}