Node Terminal
Freeby MCP Community
MCP server for terminal/PTY sessions using node-pty and xterm headless
v1.0.7Added Apr 12, 2026
mcpterminalptyxtermai-agent
Node Terminal MCP Server
MCP server for terminal/PTY sessions using node-pty and xterm headless
Installation
npx -y @hazzel-cn/node-terminal-mcp
Reviews
Installation
Quick install
npx -y @hazzel-cn/node-terminal-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"node-terminal": {
"command": "npx",
"args": ["-y", "@hazzel-cn/node-terminal-mcp"]
}
}
}