Labnana MCP for Zed
io.github.exoticknight/labnana-mcp
Generate and edit images with Labnana through a local MCP server with MCP Apps previews.
client:Zed
transport:stdio
runtime:npm
Install Labnana MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"labnana-mcp": {
"command": "npx",
"args": [
"-y",
"@exoticknight/labnana-mcp"
],
"env": {
"LABNANA_API_KEY": "<LABNANA_API_KEY>",
"LABNANA_OUTPUT_DIR": "<LABNANA_OUTPUT_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs