Loading MCP server directory, please wait...
MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
npx @getmcp/cli add io.github.aybelatchane/mcp-server-terminalRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.aybelatchane/mcp-server-terminal": {
"command": "npx",
"args": [
"-y",
"mcp-server-terminal"
],
"env": {
"DISPLAY": "",
"RUST_LOG": "info"
}
}
}
}