以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"MladenSU_cli-mcp-server": {
"command": "npx",
"args": [
"@smithery/cli",
"install",
"cli-mcp-server",
"--client",
"claude"
]
}
}
}