Run an inline MCP terminal server with multi-session PTY support and tabbed xterm.js for Claude Code and Claude Desktop
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-terminal-server": {
"command": "npx",
"args": [
"-y",
"Unfathomable-siren38/mcp-terminal-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-terminal-server npx -y Unfathomable-siren38/mcp-terminal-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-terminal-server": {
"command": "npx",
"args": [
"-y",
"Unfathomable-siren38/mcp-terminal-server"
]
}
}
}