Electron Terminal MCP ServerServer

nexon33
GitHub
TerminalElectronCommand Execution

Loading subscription status...

💡 Description

A Model Context Protocol server that allows clients to interact with a terminal within an Electron application, enabling command execution, session management, and result retrieval programmatically.

📝 JSON Entries

{
  "mcpServers": [
    {
      "command-terminal": {
        "args": [
          "C:\\Path\\to\\index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

terminal_startterminal_executeterminal_get_outputterminal_stopterminal_get_sessions

Features

  • Creates and manages terminal sessions
  • Integrates with Electron for command execution

💬 Example Queries

  • Start a new terminal session and execute a command
  • Get the output of a specific terminal session
  • Stop a specific terminal session