local-command-server MCP Server
About
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.
Details
- Author
- MCP-Mirror
- Downloads
- 242
- Categories
- Other
Jump to
- 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
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.
local-command-server MCP Server
This is a TypeScript-based MCP server that executes commands and returns structured outputs.
Features
Tools
- execute_command - Execute a command and return structured output
- Takes a command as a required parameter
- Returns structured output from the command
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"local-command-server": {
"command": "/path/to/mcp-local-command-server/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
License
MIT
Author
- @kentaro
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



