Terminal MCP Server for Claude Desktop
io.github.aybelatchane/mcp-server-terminal
MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
client:Claude Desktop
transport:stdio
runtime:npm
Install Terminal MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-terminal": {
"command": "npx",
"args": [
"-y",
"mcp-server-terminal"
],
"env": {
"DISPLAY": "<DISPLAY>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs