Terminal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 151 installs a week from pypi. Last commit 17 Aug 2026.
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
Today is the operative word: we check Terminal MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
TERMINAL_MCP_MAX_SESSIONS (Maximum concurrent sessions), TERMINAL_MCP_IDLE_TIMEOUT (Seconds before auto-close (default 1800)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
MCP server for interacting with Oracle databases
MCP server for interacting with PostgreSQL databases
MCP server for local SQLite database operations
MCP server for The Movie Database (TMDB) API
MCP server for TERMDAT — the terminology database of the Swiss Federal Administration
An MCP server for MySQL databases.
MCP server for interacting with the Supabase platform
Answers built from our own checks of this server.