@modelcontextprotocol/server-terminal
@MCP-Mirror
About @modelcontextprotocol/server-terminal
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"terminal": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-terminal"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is @modelcontextprotocol/server-terminal?
A terminal server implementation for the Model Context Protocol (MCP). It provides secure and controlled access to shell commands and npm operations, designed for MCP integrations that need to run terminal tasks programmatically.
How to use @modelcontextprotocol/server-terminal?
Install the package via npm, then add the provided JSON configuration to your MCP config file. The configuration defines allowed commands, a default timeout, a working directory, and environment variables.
Key features of @modelcontextprotocol/server-terminal
- Execute shell commands with full control
- Built-in npm operations (install, run scripts)
- Timeout handling for long-running commands
- Security through an allowed commands list
- Environment variables management
- Working directory control
- TypeScript support
Use cases of @modelcontextprotocol/server-terminal
- Run build, dev, or test scripts in a project directory
- Install npm packages automatically as part of an MCP workflow
- Execute controlled shell commands (e.g., git operations) with timeouts
- Manage development environment variables for consistent command execution
FAQ from @modelcontextprotocol/server-terminal
What are the required configuration fields?
The allowedCommands list, defaultTimeout, and defaultCwd are configurable; the README shows npm, node, and git as examples for allowed commands and a 30-second timeout.
How does the server enforce security?
It restricts which commands can be run via the allowedCommands configuration array—only those listed (e.g., npm, node, git) are permitted.
What npm operations are built-in?
The server exposes install(), runScript(), dev(), and build() methods for common npm tasks like installing packages and running scripts.
Does it support custom environment variables?
Yes, you can set environment variables like NODE_ENV through the environmentVariables configuration object.
What runtime or dependencies does it require?
It requires Node.js and npm to be installed, and it is installed via npm install @modelcontextprotocol/server-terminal.
Frequently asked questions
What are the required configuration fields?
The `allowedCommands` list, `defaultTimeout`, and `defaultCwd` are configurable; the README shows `npm`, `node`, and `git` as examples for allowed commands and a 30-second timeout.
How does the server enforce security?
It restricts which commands can be run via the `allowedCommands` configuration array—only those listed (e.g., `npm`, `node`, `git`) are permitted.
What npm operations are built-in?
The server exposes `install()`, `runScript()`, `dev()`, and `build()` methods for common npm tasks like installing packages and running scripts.
Does it support custom environment variables?
Yes, you can set environment variables like `NODE_ENV` through the `environmentVariables` configuration object.
What runtime or dependencies does it require?
It requires Node.js and npm to be installed, and it is installed via `npm install @modelcontextprotocol/server-terminal`.
Basic information
More Developer Tools MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.

Windframe
Windframe MCP gives your AI the design taste needed to create consistent, production-ready UI that feels intentionally designed. Available at https://windframe.dev/mcp
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP

Skilder.ai
skilder.aiRun skills and MCP tools like production software: versioned, composed into roles, distributed to every agent from one governed library.
Comments