Shell Mcp Server
@ZHAN2006
About Shell Mcp Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"shell-mcp-server": {
"command": "npx",
"args": [
"-y",
"shell-mcp-server"
]
}
}
}Tools
1在服务端操作系统中执行Shell命令,支持不同终端类型。可用于文件操作、系统信息查询、程序运行等场景。注意:具有潜在安全风险,应限制敏感命令执行。
Overview
What is Shell Mcp Server?
Shell Mcp Server is an MCP (Model Context Protocol) server that allows you to execute shell commands. It supports multiple terminal types (cmd, PowerShell) and is built on the MCP SDK. Designed for developers and AI agents needing command execution via the MCP protocol.
How to use Shell Mcp Server?
You can run it directly with npx -y shell-mcp-server, install it globally (npm install -g shell-mcp-server and run shell-mcp-server), or add it as a project dependency. For MCP client configuration, use the provided JSON to point to the server. Programmatically, import startServer and call it with options like port.
Key features of Shell Mcp Server
- Securely executes shell commands
- Supports cmd and PowerShell terminals
- Built on the Model Context Protocol SDK
- One‑command run via npx
- Configurable as an MCP server
Use cases of Shell Mcp Server
- Run system commands from an MCP‑enabled AI agent
- Integrate shell operations into MCP workflows
- Provide a command‑line interface as an MCP tool
- Automate terminal tasks through MCP clients
FAQ from Shell Mcp Server
What is the main purpose of Shell Mcp Server?
It lets MCP clients execute shell commands safely, supporting different terminal environments like cmd and PowerShell.
Can I use it without installing Node.js?
No, because it is distributed via npm and runs on Node.js. You need Node.js to run npx or to install the package.
How do I configure it for my MCP client?
Add the following JSON to your mcpServers configuration:
{ "mcpServers": { "shell-mcp-server": { "command": "npx", "args": ["-y", "shell-mcp-server"] } } }
What transport protocol does it use?
The README does not specify the transport; it simply uses the MCP SDK’s default server setup.
Can I restrict which commands can be executed?
The README only states “safe execution of shell commands” but provides no details on restrictions or sandboxing.
Frequently asked questions
What is the main purpose of Shell Mcp Server?
It lets MCP clients execute shell commands safely, supporting different terminal environments like cmd and PowerShell.
Can I use it without installing Node.js?
No, because it is distributed via npm and runs on Node.js. You need Node.js to run `npx` or to install the package.
How do I configure it for my MCP client?
Add the following JSON to your `mcpServers` configuration: ```json { "mcpServers": { "shell-mcp-server": { "command": "npx", "args": ["-y", "shell-mcp-server"] } } } ```
What transport protocol does it use?
The README does not specify the transport; it simply uses the MCP SDK’s default server setup.
Can I restrict which commands can be executed?
The README only states “safe execution of shell commands” but provides no details on restrictions or sandboxing.
Basic information
More Developer Tools MCP servers
SecondSim
econdSim provisions real UK mobile numbers (non-VoIP) via eSIM, built for freelancers, sole traders, small businesses, and enterprise teams. Unlike VoIP apps and virtual numbers, SecondSim numbers register as genuine phy

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

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

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI — Career Intelligence MCP Server Structured career decision scaffolding for AI agents. Provides personality-conditioned business idea generation, official BLS OEWS wage data, FRED labor market signals, and
Comments