Back to MCP Servers
Server Terminal
Playwright for terminals - interact with TUI/CLI applications through structured Terminal State Tree representation with element detection.
coding-agents
By aybelatchane
Installation
npx -y mcp-server-terminalConfiguration
{
"mcpServers": {
"mcp-server-terminal": {
"command": "npx",
"args": ["-y", "mcp-server-terminal"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes