https://github.com/flrngel/mcp-painter
https://github.com/flrngel/mcp-painter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flrngel/mcp-painter
- Owner: flrngel
- Created: 2025-03-24T17:25:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:07:46.000Z (over 1 year ago)
- Last Synced: 2025-06-17T13:12:52.358Z (about 1 year ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ painter-(canvas-drawing)
- metorial-index - Drawing Tool for AI Assistants - Create and manipulate drawings using a canvas interface, enabling the drawing of filled shapes and exporting of images in PNG format. Provides raw canvas data in JSON format for further processing. (Content Creation)
README
# Drawing MCP Server
[](https://smithery.ai/server/@flrngel/mcp-painter)

> Draw cowboy using canvas tools [chat log](https://claude.ai/share/bacd12c5-5a1c-47bc-a194-63b023be3e04)
A Model Context Protocol (MCP) server that provides drawing capabilities for AI assistants.
## Features
- Create a canvas with specified dimensions
- Draw filled rectangles with custom colors
- Export canvas as PNG image
- Get raw canvas data as JSON
## Installation
### Installing via Smithery
To install mcp-painter for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@flrngel/mcp-painter):
```bash
npx -y @smithery/cli install @flrngel/mcp-painter --client claude
```
### Manual Installation
Add this to your MCP config
```
"painter": {
"command": "npx",
"args": ["-y", "github:flrngel/mcp-painter"]
}
```