MCP.so
登录

local-command-server MCP Server

@MCP-Mirror

关于 local-command-server MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Execute a command and return structured output

概览

What is local-command-server MCP Server?

It is a TypeScript-based MCP server that executes local commands and returns structured outputs. It is designed for use with MCP clients such as Claude Desktop.

How to use local-command-server MCP Server?

First, install dependencies (npm install) and build (npm run build). Then add a JSON configuration entry to your Claude Desktop configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows). Use the execute_command tool with a command parameter to run commands.

Key features of local-command-server MCP Server

  • Executes commands and returns structured output
  • Provides a single tool: execute_command
  • Written in TypeScript with npm build scripts
  • Integrates easily with Claude Desktop via configuration
  • Can be debugged using the MCP Inspector tool

Use cases of local-command-server MCP Server

  • Run shell commands programmatically from an MCP client
  • Obtain structured command output for automated workflows
  • Execute system tasks through Claude Desktop’s conversational interface

FAQ from local-command-server MCP Server

What does local-command-server MCP Server do?

It executes commands on the local machine and returns structured output to the MCP client.

How do I install and configure it for Claude Desktop?

Install dependencies (npm install), build (npm run build), then add the server configuration to your Claude Desktop configuration file. The JSON snippet specifies the path to the built index.js file.

How can I debug the server?

Use the MCP Inspector by running npm run inspector. It provides a URL for browser-based debugging tools.

What tool does local-command-server MCP Server provide?

It provides the execute_command tool, which accepts a required command string and returns structured output from that command.

What is the license for local-command-server MCP Server?

It is licensed under the MIT license.

评论

其他 分类下的更多 MCP 服务器