MCP Server
MCP
Terminal MCP Server
MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "mcp-server-terminal",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run in headless mode without spawning visible terminal windows",
"type": "named",
"name": "--headless"
}
],
"environmentVariables": [
{
"description": "X11 display for visual mode (Linux/WSL). Example: :0",
"name": "DISPLAY"
},
{
"description": "Logging level: error, warn, info, debug, trace",
"default": "info",
"name": "RUST_LOG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment