Skip to content
Cursor

Labnana MCP for Cursor

io.github.exoticknight/labnana-mcp

Generate and edit images with Labnana through a local MCP server with MCP Apps previews.

client:Cursor transport:stdio runtime:npm

Install Labnana MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "labnana-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@exoticknight/labnana-mcp"
      ],
      "env": {
        "LABNANA_API_KEY": "<LABNANA_API_KEY>",
        "LABNANA_OUTPUT_DIR": "<LABNANA_OUTPUT_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Labnana MCP in other clients