MCP.so
Sign In

MCPExec

@0xBruno

About MCPExec

MCP Server to exec local cli commands

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

0xBruno

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "exec-cli": {
      "command": "/Users/bruno/.local/bin/uv",
      "args": [
        "--directory",
        "/Users/bruno/example/path",
        "run",
        "app.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCPExec?

MCPExec is an MCP server that executes local CLI commands. It is designed for use with MCP clients such as Claude for Desktop.

How to use MCPExec?

Set up a Python

Comments

More Other MCP servers