Terminal MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Terminal MCP Serveropen a terminal and list files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Terminal MCP App
An MCP App that renders an interactive xterm.js terminal inline in Claude Code and Claude Desktop. Multi-session PTY support via node-pty with tabbed UI.

Yo dawg, I heard you like Claude, so I put Claude in your Claude so you can Claude while you Claude.

MCP Client Configuration
Add to your MCP client configuration (stdio transport):
{
"mcpServers": {
"terminal": {
"command": "npx",
"args": [
"-y",
"--silent",
"github:jonrad/mcp-terminal-server",
"--stdio"
]
}
}
}Related MCP server: t-pane MCP Server
Features
Fully Interactive: Users can type directly in the terminal — full keyboard input, shell interaction, and program control
AI-Writable: The LLM can send commands and input to terminal sessions via
terminal-write, enabling AI-driven workflowsInline Terminal: xterm.js terminal emulator with full xterm-256color support
Multi-Session Tabs: Create, switch, close, and customize terminal sessions
Tab Customization: Set names, colors, and icons per tab via LLM tools
Fullscreen Toggle: Switch between inline and fullscreen display modes
LLM-Readable History:
terminal-readreturns ANSI-stripped output for LLM consumptionGraceful Cleanup: All PTY sessions killed on server shutdown
Tools
terminal-show— Opens the terminal UI and spawns one or more sessions. Accepts optionaltabsarray (each withcommand,cwd,name,color,icon),height, andwidth. Defaults to one bash tab.terminal-create— Spawns additional sessions without re-rendering UI. Sametabsoptions asterminal-show.terminal-list(App-only) — Lists all sessions with IDs, labels, titles, and style.terminal-write(App-only) — Writes data to a PTY session. Omit data to poll the output buffer.terminal-read— Returns ANSI-stripped terminal history (last 10k chars). Non-destructive.terminal-resize(App-only) — Resizes PTY to match UI dimensions.terminal-refresh(App-only) — Sends SIGWINCH to force running programs to redraw.terminal-close(App-only) — Kills a PTY session and removes it.terminal-customize— Sets name, color, and/or icon on a tab.
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Share context and questions between Claude instances — VS Code, claude.ai web, and mobile.
Deploy sims to any screen. Control your displays with Claude.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables Claude Desktop to interact with and view tmux session content, allowing AI assistants to read from, control, and observe terminal sessions.13256299MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to execute commands and manage directory-aware panes within tmux sessions for a shared terminal experience. It features smart output capture, interactive prompt detection, and background task management.2-
- FlicenseNot gradedqualityCmaintenanceEnables running interactive terminals inside Claude Code and Claude Desktop, supporting multiple sessions for different tasks.-
- FlicenseAqualityDmaintenanceEnables AI agents to start and manage pseudo-terminal sessions, run shell commands and interact with REPLs programmatically.7-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonrad/mcp-terminal-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server