Windows Terminal MCP Server
@2bytes-org
About Windows Terminal MCP Server
MCP сервер для выполнения команд в терминале Windows через REST API
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Windows Terminal MCP Server?
Windows Terminal MCP Server is a REST API server that executes Windows terminal commands. It can be run locally or in a Docker container and supports a secure mode with a restricted set of commands. Designed for developers and administrators who need remote or automated command execution on Windows.
How to use Windows Terminal MCP Server?
Clone the repository, configure an API key via a .env file or environment variable, then launch using the provided batch scripts or manually with npm start. The server exposes endpoints at POST /execute and POST /execute-safe (secure mode) along with a health check at GET /health. All requests (except health) require the x-api-key header.
Key features of Windows Terminal MCP Server
- REST API to execute arbitrary Windows commands
- Secure mode limiting commands to a safe subset
- Deployable locally or inside a Windows Docker container
- API‑key authentication for access control
- Health-check endpoint for monitoring
- Test script included to verify API functionality
Use cases of Windows Terminal MCP Server
- Remotely run Windows CLI commands from any HTTP client
- Integrate terminal execution into automation scripts or CI/CD pipelines
- Securely expose limited command execution (e.g.,
dir,systeminfo) to other services - Containerized deployment for isolated command execution in Windows environments
FAQ from Windows Terminal MCP Server
Why is an API key required?
The API key prevents unauthorized access to the terminal. It must be set via environment variable or configuration before starting the server.
What are the runtime requirements for local deployment?
Node.js 14.x or higher and npm 6.x or higher are required. For Docker, Windows 10/11 with Docker Desktop configured for Windows containers is needed.
What commands are allowed in secure mode?
Only dir, echo, type, ver, systeminfo, and tasklist are permitted in the execute-safe endpoint.
Can the server be exposed to the internet?
The README advises against exposing the server to external networks without additional security measures and recommends using a strong, unique API key.
Which transport and authentication methods are used?
The server communicates via HTTP and authenticates every non‑health request using an API key passed in the x-api-key header.
Frequently asked questions
Why is an API key required?
The API key prevents unauthorized access to the terminal. It must be set via environment variable or configuration before starting the server.
What are the runtime requirements for local deployment?
Node.js 14.x or higher and npm 6.x or higher are required. For Docker, Windows 10/11 with Docker Desktop configured for Windows containers is needed.
What commands are allowed in secure mode?
Only `dir`, `echo`, `type`, `ver`, `systeminfo`, and `tasklist` are permitted in the `execute-safe` endpoint.
Can the server be exposed to the internet?
The README advises against exposing the server to external networks without additional security measures and recommends using a strong, unique API key.
Which transport and authentication methods are used?
The server communicates via HTTP and authenticates every non‑health request using an API key passed in the `x-api-key` header.
Basic information
More Developer Tools MCP servers

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.

SSH MCP Server
hypnosisSSH MCP server for AI agents: remote commands, file transfer, log search and server audits through OpenSSH.

Meticulous
MeticulousMCP server and skills to connect to the Meticulous UI testing platform.

ship.page
BitgateThrow HTML at an API, get an unguessable URL back. Zero-config remote MCP server — your agent deploys pages, sites and CI reports in one call. Free, no signup needed.

Raccha AI
Shree MandadiMCP-first toolbox for agents: namespaced key-value storage, a FIFO queue, auth, and a handful of stateless utility tools (JWT decode, hashing, cert inspection, CIDR math). Free while in early access. This repository is a
Comments