Overview
The local-command-server MCP Server is a TypeScript-based server that executes commands and returns structured outputs, designed to facilitate command execution in a local environment.
To use the local-command-server, install the necessary dependencies, build the server, and configure it with Claude Desktop by adding the server configuration to the appropriate JSON file based on your operating system.
- Executes commands and returns structured output - Supports auto-rebuild during development - Provides debugging tools through MCP Inspector
- Running local commands and retrieving structured results for applications.
- Integrating with Claude Desktop for enhanced command execution.
- Debugging command execution through the MCP Inspector.
Add to your AI client
Use these steps to connect local-command-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"kentaro-mcp-local-command-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kentaro-mcp-local-command-server-mcp-mirror"
]
}
}
}FAQ
What programming language is used for the local-command-server?
The server is built using TypeScript.
How do I install the local-command-server?
You can install it by running `npm install` after cloning the repository.
Is there a license for the local-command-server?
Yes, the local-command-server is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":633,"uuid":"80b84381-a612-4d7a-94ec-c69c8e1b7fa5","name":"kentaro_mcp-local-command-server","title":"local-command-server MCP Server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:24:44.084Z","updated_at":"2025-02-23T07:15:13.005Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcp,local-command-server,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/kentaro_mcp-local-command-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]