MCP.so
登录

local-command-server MCP Server

@kentaro

关于 local-command-server MCP Server

A TypeScript-based MCP server that executes commands and returns structured outputs.

基本信息

分类

其他

传输方式

stdio

发布者

kentaro

配置

暂无标准配置

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

代码仓库

工具

1

Execute a command and return structured output

概览

What is local-command-server?

A TypeScript-based MCP server that executes system commands and returns structured outputs. It exposes a single tool for running commands and capturing their results.

How to use local-command-server?

Install dependencies (npm install), build (npm run build), then add the server config to Claude Desktop’s JSON file (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json) with the path to build/index.js. Use the execute_command tool with a command parameter.

Key features of local-command-server

  • Executes system commands and returns structured output.
  • TypeScript-based, easy to build and extend.
  • Designed for integration with Claude Desktop via MCP.
  • Includes a development watch mode (npm run watch).
  • Debuggable using the MCP Inspector.

Use cases of local-command-server

FAQ from local-command-server

评论

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