Luma Labs壁纸生成器
STDIO使用AI生成并设置MacOS桌面壁纸
使用AI生成并设置MacOS桌面壁纸
Allows MCP clients to generate wallpaper images and set them as your desktop wallpaper on MacOS.
generate_image
prompt
(string) - Text description of the image to generate.generate_wallpaper
prompt
(string) - Text description of the wallpaper to generate.set_image_from_path
image_path
(string) - Full path to the image file to use as wallpaper.generate_and_set_wallpaper
prompt
(string) - Text description of the wallpaper to generate.https://www.youtube.com/watch?v=S1MA3t_gMq8
Visit Luma Labs Dream Machine API
git clone [email protected]:shahanneda/wallpaper-mcp.git
To use this server with Claude Desktop, add the following to your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
{ "wallpaper": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with", "lumaai", "--with", "requests", "mcp", "run", "/path/to/server.py" ], "env": { "LUMAAI_API_KEY": "API_KEY_HERE" } } }
Replace /path/to/server.py
with the absolute path to your server.py file.
To run in development:
LUMAAI_API_KEY=API_KEY_HERE mcp dev server.py --with lumaai --with requests
This MCP server is licensed under the MIT License.