关于
Local Command is a TypeScript-based server designed to execute commands and provide structured output. It's designed to be integrated with tools like Claude Desktop, allowing it to extend functionality by executing external commands and processing their results in a structured way. The server features a single tool, `execute_command`, which takes a command as input and returns the resulting output, facilitating automation and integration with external systems.
主要功能
- Integrates with Claude Desktop
- Executes arbitrary commands
- Returns structured command output
- 0 GitHub stars
使用案例
- Extending Claude Desktop functionality with custom commands
- Automating tasks by executing shell commands
- Integrating external tools with an MCP-compatible environment