Skip to main content
Glama

Penpot MCP Server

by montevive

search_object

Efficiently locate objects within Penpot design files by name using regex patterns. Enhances automated design workflows by enabling precise searches within specified file IDs.

Instructions

Search for objects within a Penpot file by name.

Args: file_id: The ID of the Penpot file to search in query: Search string (supports regex patterns)

Input Schema

NameRequiredDescriptionDefault
file_idYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "title": "File Id", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "file_id", "query" ], "title": "search_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