AI & ML
Trust: 34/100 (Limited)Terminal MCP Server Guide
MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
10 starsby aybelatchane
Quick Start
Install
npx mcp-server-terminalClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-aybelatchane-mcp-server-terminal": {
"command": "npx",
"args": [
"mcp-server-terminal"
]
}
}
}