Exposes four tools for escaping shell arguments so Claude and other agents stop mangling quotes, dollar signs, and spaces when they build commands. quote_bash and quote_bash_argv handle Bash and POSIX shells, quote_cmd handles Windows cmd.exe, and quote_powershell handles PowerShell. Ships as a standalone npm package from the mcp-stack monorepo, which bundles fourteen small servers for common LLM tasks that models hallucinate on. LLMs constantly get shell escaping wrong because the rules differ wildly across shells. Install it via npx in your MCP client config and let the model call the correct quoting function instead of guessing.
claude mcp add --transport stdio io.github.mukundakatta-shellquote-mcp -- npx -y @mukundakatta/shellquote-mcp