Open-source Penpot MCP alternatives

Penpot's MCP server publishes its source, so you can read how it reads a file overview, inspects and exports shapes, imports images, and runs plugin code before you trust it with the canvas. Every option below publishes its code too, which lets you audit what an agent can touch, pin a version, and patch behaviour rather than wait on a vendor.

The list runs from a design-file reader to general-purpose servers that round out a design workflow: pulling references, holding context, looking up time, and reaching the docs, chat, and tasks where design decisions get made. A few are honestly adjacent rather than design replacements, and the notes say so.

The 8 best open-source alternatives

  1. Framelink Figma MCPCommunity14,944

    When the design files live in Figma, the open-source Framelink server feeds clean layout and styling context to a coding agent, with tools to read Figma data and download images, all from a repo you can read end to end.

    Set up Framelink Figma MCP
  2. FigmaOfficial

    Figma's official server turns designs into code context, reads variables and components, and writes to the canvas. It overlaps Penpot most directly among the design tools here, with source you can inspect before granting canvas writes.

    Set up Figma
  3. FetchOfficial86,581

    Adjacent to design, not a design tool: Anthropic's reference Fetch server retrieves a URL and converts the page to clean Markdown, useful for pulling reference material or specs into an agent's context, with code you can audit.

    Set up Fetch
  4. MemoryOfficial86,581

    The reference Memory server keeps a persistent knowledge graph of entities, relations, and observations on local disk. Its source is published, and it holds design decisions across a session rather than touching the files.

    Set up Memory
  5. TimeOfficial86,581

    Narrow and open, the reference Time server provides current-time lookups and timezone conversion from the IANA database. A small utility for scheduling around a design workflow, with a repo small enough to read in a sitting.

    Set up Time
  6. NotionOfficial4,374

    Design briefs and spec docs fit Notion, whose server searches, reads, and writes pages and databases over OAuth. It complements the canvas rather than editing it, and the source is there to vet before connecting.

    Set up Notion
  7. SlackCommunity1,637

    Where design feedback happens in chat, the community Slack server reads history, DMs, and search without a workspace bot. Open source, so you can confirm exactly which conversations it can reach.

    Set up Slack
  8. TodoistOfficial501

    For tracking design work as tasks, Todoist's official server creates, finds, updates, and completes tasks, projects, labels, and reminders, an auditable task layer beside the canvas rather than a design tool itself.

    Set up Todoist

How to choose

For an open-source design tool an agent can read or edit, Figma's own server overlaps Penpot most directly and Framelink's reader is the lighter option when work lives in Figma. Fetch, Memory, Time, Notion, Slack, and Todoist are general-purpose servers that round out a design agent rather than replace the canvas. The shared win is the same across all of them: read the repo and pin a version before wiring it into your files.

FAQ

Is the Penpot MCP server open source?
Yes. Penpot's server publishes its code, so you can audit how it reads file overviews, inspects and exports shapes, imports images, and runs plugin code, and pin the version you run. Every alternative on this page is open source as well.
Which open-source alternative is most like Penpot?
Figma's official server, since it reads variables and components and writes to the canvas the way Penpot manipulates design files. Framelink's Figma reader is a lighter choice that feeds layout and styling context to a coding agent without writing back.
← Back to the Penpot MCP server