@montevive/penpot-mcp

by montevive · v1.0.0 · prompt

Penpot MCP Server is a Python-based Model Context Protocol (MCP) server that bridges AI language models with Penpot, an open-source design platform. It enables programmatic interaction with design fil

Install

Add @montevive/penpot-mcp to Claude Code with the PolySkill CLI: polyskill add @montevive/penpot-mcp

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview Penpot MCP Server is a Python-based Model Context Protocol (MCP) server that bridges AI language models with Penpot, an open-source design platform. It enables programmatic interaction with design files through a well-structured API. ## Key Commands ### Development Setup ```bash # Install dependencies (recommended) uv sync --extra dev # Run the MCP server uv run penpot-mcp # Run tests uv run pytest uv run pytest --cov=penpot_mcp tests/ # with coverage # Lint a…

Keywords: github, python-server, ai-integration, design-automation, open-source-tools, model-context-protocol, penpot-integration, programmatic-design, user-interface-design