Terminal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from pypi. Last commit 9 Mar 2026.
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
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 terminal-mcp -- uvx terminal-mcp
{
"mcpServers": {
"terminal-mcp": {
"args": [
"terminal-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.terminal-mcp]
command = "uvx"
args = ["terminal-mcp"]
{
"mcpServers": {
"terminal-mcp": {
"args": [
"terminal-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"terminal-mcp": {
"args": [
"terminal-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.