RUN IN TERMINAL
claude mcp add amol21p-interactive-terminal -- npx -y mcp-interactive-terminal
ADD TO claude_desktop_config.json
{
"mcpServers": {
"amol21p-interactive-terminal": {
"command": "npx",
"args": ["-y", "mcp-interactive-terminal"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"amol21p-interactive-terminal": {
"command": "npx",
"args": ["-y", "mcp-interactive-terminal"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"amol21p-interactive-terminal": {
"command": "npx",
"args": ["-y", "mcp-interactive-terminal"]
}
}
}
About This MCP Server
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with cloud & infrastructure capabilities via the stdio transport.
Package
mcp-interactive-terminal on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The interactive-terminal server extends your AI assistant with cloud & infrastructure capabilities. Once installed, your AI can use its tools automatically.