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