io.github.mkpvishnu/terminal-mcp MCP Server
io.github.mkpvishnu/terminal-mcp
What is the io.github.mkpvishnu/terminal-mcp MCP server?
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
How to install io.github.mkpvishnu/terminal-mcp
Copy-paste configuration for popular MCP clients.
TERMINAL_MCP_MAX_SESSIONSMaximum concurrent sessions
TERMINAL_MCP_IDLE_TIMEOUTSeconds before auto-close (default 1800)
{
"mcpServers": {
"terminal-mcp": {
"command": "uvx",
"args": [
"terminal-mcp"
],
"env": {
"TERMINAL_MCP_MAX_SESSIONS": "<YOUR_TERMINAL_MCP_MAX_SESSIONS>",
"TERMINAL_MCP_IDLE_TIMEOUT": "<YOUR_TERMINAL_MCP_IDLE_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"terminal-mcp": {
"command": "uvx",
"args": [
"terminal-mcp"
],
"env": {
"TERMINAL_MCP_MAX_SESSIONS": "<YOUR_TERMINAL_MCP_MAX_SESSIONS>",
"TERMINAL_MCP_IDLE_TIMEOUT": "<YOUR_TERMINAL_MCP_IDLE_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"terminal-mcp": {
"command": "uvx",
"args": [
"terminal-mcp"
],
"env": {
"TERMINAL_MCP_MAX_SESSIONS": "<YOUR_TERMINAL_MCP_MAX_SESSIONS>",
"TERMINAL_MCP_IDLE_TIMEOUT": "<YOUR_TERMINAL_MCP_IDLE_TIMEOUT>"
}
}
}
}{
"servers": {
"terminal-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"terminal-mcp"
],
"env": {
"TERMINAL_MCP_MAX_SESSIONS": "<YOUR_TERMINAL_MCP_MAX_SESSIONS>",
"TERMINAL_MCP_IDLE_TIMEOUT": "<YOUR_TERMINAL_MCP_IDLE_TIMEOUT>"
}
}
}
}claude mcp add terminal-mcp --env TERMINAL_MCP_MAX_SESSIONS=<YOUR_TERMINAL_MCP_MAX_SESSIONS> --env TERMINAL_MCP_IDLE_TIMEOUT=<YOUR_TERMINAL_MCP_IDLE_TIMEOUT> -- uvx terminal-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.