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
{
"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