Back to MCP Servers
🔌

MladenSU/cli-mcp-server

MITAPI key required

🐍 🏠 - Command line interface with secure execution and customizable security policies

PythonProductivity

Install

npx -y @smithery/cli

Required environment variables

YOUR_PYPI_API_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mladensu-cli-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "YOUR_PYPI_API_TOKEN": "<YOUR_YOUR_PYPI_API_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.