clack (MCP Server)

GitHub

Effortlessly build beautiful command-line apps

Claude Desktop Configuration

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

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