Interactive Terminal runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 16 Feb 2026.
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add interactive-terminal -- npx -y mcp-interactive-terminal
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
[mcp_servers.interactive-terminal]
command = "npx"
args = ["-y", "mcp-interactive-terminal"]
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"interactive-terminal": {
"args": [
"-y",
"mcp-interactive-terminal"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.