python-fire (MCP Server)

GitHub

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

28,207 stars Python MCP Ready Full Docs Skills View Markdown #cli#python

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "python-fire": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-python-fire"
      ]
    }
  }
}