Content
# MCPExec
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"
]
}
}
}
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
vault
MCP prompt-injection scanning proxy — runtime security for MCP tool responses
OpenInsider-MCP
MCP server that exposes openinsider.com to any MCP compatible client.
korean-dart-mcp
OpenDART Electronic Disclosure MCP | 83 APIs → 15 MCP tools. Disclosure,...