Skip to content
Cursor

2D Assets MCP for Cursor

io.github.crony-io/2d-assets-mcp

MCP server for generating advanced mock 2D PNG assets for game prototypes.

client:Cursor transport:stdio runtime:npm

Install 2D Assets MCP in Cursor

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

{
  "mcpServers": {
    "2d-assets-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "2d-assets-mcp"
      ]
    }
  }
}

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

2D Assets MCP in other clients