Skip to content
Cursor

mufmuf mcp for Cursor

io.github.iziklisbon/mufmuf-mcp

Score how visually compatible two photos are (1-10), with sub-scores and an explanation.

client:Cursor transport:stdio runtime:npm

Install mufmuf 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": {
    "mufmuf-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mufmuf-mcp"
      ],
      "env": {
        "MUFMUF_API_KEY": "<MUFMUF_API_KEY>",
        "MUFMUF_API_BASE": "<MUFMUF_API_BASE>"
      }
    }
  }
}

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

mufmuf mcp in other clients