Back to MCP Servers
Shell
A secure shell command execution server implementing the Model Context Protocol (MCP)
coding-agents
By tumf
Installation
npx -y mcp-shell-serverConfiguration
{
"mcpServers": {
"mcp-shell-server": {
"command": "npx",
"args": ["-y", "mcp-shell-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes