Skip to content
Windsurf

Terminal MCP Server for Windsurf

io.github.aybelatchane/mcp-server-terminal

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

client:Windsurf transport:stdio runtime:npm

Install Terminal MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-terminal"
      ],
      "env": {
        "DISPLAY": "<DISPLAY>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Terminal MCP Server in other clients