Skip to content
Cursor

mulmocast vision for Cursor

io.github.isamu/mulmocast-vision

Easy and stylish presentation slide generator.

client:Cursor transport:stdio runtime:npm

Install mulmocast vision in Cursor

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

{
  "mcpServers": {
    "mulmocast-vision": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mulmocast-vision"
      ]
    }
  }
}

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

mulmocast vision in other clients