Skip to main content
Glama

Penpot MCP Server

by montevive

export_object

Export a design object from Penpot as an image (PNG, SVG, etc.) by specifying file, page, object IDs, format, and scale factor for streamlined design workflows.

Instructions

Export a Penpot design object as an image.

Args: file_id: The ID of the Penpot file page_id: The ID of the page containing the object object_id: The ID of the object to export export_type: Image format (png, svg, etc.) scale: Scale factor for the exported image

Input Schema

NameRequiredDescriptionDefault
export_typeNopng
file_idYes
object_idYes
page_idYes
scaleNo

Input Schema (JSON Schema)

{ "properties": { "export_type": { "default": "png", "title": "Export Type", "type": "string" }, "file_id": { "title": "File Id", "type": "string" }, "object_id": { "title": "Object Id", "type": "string" }, "page_id": { "title": "Page Id", "type": "string" }, "scale": { "default": 1, "title": "Scale", "type": "integer" } }, "required": [ "file_id", "page_id", "object_id" ], "title": "export_objectArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/montevive/penpot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server