Back to Apps

MCP Terminal Server
by othmaneabder2303
Lightweight MCP server allowing AI assistants to execute shell commands and manage files within a controlled workspace.
0 stars
Works in:claude
Exposes:Tools
What it does
This server allows an AI agent to interact with the local terminal in a safe, isolated environment. It bridges the gap between AI reasoning and system operations by providing a dedicated workspace for command execution.
Tools
run_command: Executes a shell command within the specified workspace directory and captures both stdout and stderr.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"terminal": {
"command": "uv",
"args": [
"--directory",
"/path/to/terminal_server",
"run",
"terminal_server.py"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install mcp[cli]Information
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"terminal": {
"command": "uv",
"args": [
"--directory",
"/path/to/terminal_server",
"run",
"terminal_server.py"
]
}
}
}





