Mcp integrations missing from self-hosted docker integratio

Hello,
I am trying to use the mcp server with my docker self-hosted penpot. I am using the default docker-compose file from the dock. But when I am trying to activate the integrations, I don’t have anything like in the attached screenshot.
Should I use the local mcp-server? If so, how can I setup it as penpot is in a docker on a Synology nas, and I can’t have nodejs v22.22.2 in my synology.


Here is my configurations:
Penpot version: 2.17.2
Dockerfile: same as the docs ( penpot/docker/images/docker-compose.yaml at develop · penpot/penpot · GitHub )
Synology NAS: DS-918+ running DSM 7.1

Thanks for the help

Update (didn’t find the edit button)
I realised that the docker-compose from the docs is pointing to the 2.17 version (https://raw.githubusercontent.com/penpot/penpot/main/docker/images/docker-compose.yaml)
penpot-frontend:
image: “penpotapp/frontend:${PENPOT_VERSION:-2.17}”
I just tried with version 2.16 and this time, I have the integration in the menu and can activate the mcp server.

2 Likes