Command Palette

Search for a command to run...

UnylyUnyly
Browse all

CLI Executor

FreeNot checked

Provides a tool for executing local CLI commands asynchronously using FastMCP and asyncio, handling command arguments securely and offering error handling for f

GitHubEmbed

About

Provides a tool for executing local CLI commands asynchronously using FastMCP and asyncio, handling command arguments securely and offering error handling for failed commands.

README

MCP Server to exec local cli commands

Set up your environment First, let’s install uv and set up our Python project and environment: curl -LsSf https://astral.sh/uv/install.sh | sh Make sure to restart your terminal afterwards to ensure that the uv command gets picked up.

Now, let’s create and set up our project:

Create a new directory for our project

uv init exec cd exec

Create virtual environment and activate it

uv venv source .venv/bin/activate

Install dependencies

uv add "mcp[cli]"

Add MCP Server

For Claude for Desktop:

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

from github.com/0xbruno/mcpexec

Installing CLI Executor

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/0xbruno/mcpexec

FAQ

Is CLI Executor MCP free?

Yes, CLI Executor MCP is free — one-click install via Unyly at no cost.

Does CLI Executor need an API key?

No, CLI Executor runs without API keys or environment variables.

Is CLI Executor hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install CLI Executor in Claude Desktop, Claude Code or Cursor?

Open CLI Executor on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare CLI Executor with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs