neeleshsambhajiche/sample_shell_mcp_server
3.2
If you are the rightful owner of sample_shell_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a simple MCP server built with the Python SDK that exposes a terminal tool.
Tools
terminal
Allows execution of shell commands from an MCP client.
MCP Terminal Server
This is a simple MCP server built with the Python SDK that exposes a terminal
tool.
Features
- Terminal Tool: Allows you to execute shell commands from an MCP client.
How to run
-
Install dependencies: Make sure you have
mcp
installed. If not, you can install it using pip:pip install "mcp[cli]"
-
Run the server: You can run the server using the MCP development tools:
mcp dev server.py
This will start the server and make it available to MCP clients. You can then use the terminal
tool to execute commands.