MCP server: split shell-style command strings into argv (POSIX rules).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shlex-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/shlex-mcp"
]
}
}
}
Run in terminal:
claude mcp add shlex-mcp npx -y MukundaKatta/shlex-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"shlex-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/shlex-mcp"
]
}
}
}