The MCP server enables AI agents to interact with terminal applications using a structured Terminal State Tree representation. It is compatible with any AI assistant that supports the Model Context Protocol.
From the registry: MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
Please install the `mcp-server-terminal` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["mcp-server-terminal"]
- optional environment variables:
- `DISPLAY`: X11 DISPLAY for visual mode on Linux/WSL. (example: `:0`)
- `RUST_LOG`: Rust log level. (example: `info`)
Note: Add --headless flag for headless operation. Windows native only supports headless mode.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DISPLAYrequiredRequired for visual mode on Linux/WSLRUST_LOGSet log level for the serverAn MCP Server for computer-use in Windows OS