Skip to content
Cursor

Terminal MCP Server for Cursor

io.github.aybelatchane/mcp-server-terminal

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

client:Cursor transport:stdio runtime:npm

Install Terminal MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Terminal MCP Server in other clients