console-terminal-mcp-server
3
The Electron Terminal MCP server allows for seamless interaction with a system terminal within an Electron app through a defined MCP interface. It integrates with Node.js and Express to handle terminal command execution, session management, and output retrieval effectively, providing a versatile tool for remote development.
terminal_start
Create a new terminal session and execute the initial command
terminal_execute
Execute commands in an existing session
terminal_get_output
Get the accumulated output of the session
terminal_stop
Terminate a specific terminal session
terminal_get_sessions
List all currently active sessions