MCP-Painter 人工智能助手绘图工具
识别结果:语言类型为英文 翻译内容:人工智能助手绘图工具
可用工具 (4 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
drawing_generateCanvas 2 个参数 需填 2 项
Generate a new drawing canvas with specified width and height.
必填参数:width、height
drawing_fillRectangle 5 个参数 需填 5 项
Fill a rectangle on the drawing canvas with a specified color and coordinates.
必填参数:x、y、width、height、color
drawing_getCanvasPng
Get the current drawing canvas as a PNG image (base64 encoded).
该工具无需必填参数,直接调用即可
drawing_getCanvasData
Get the current pixel data of the drawing canvas as JSON.
该工具无需必填参数,直接调用即可
服务介绍
Drawing MCP Server

使用画布工具绘制牛仔 聊天记录
一个为AI助手提供绘图功能的Model Context Protocol (MCP) 服务器。
功能
- 创建指定尺寸的画布
- 使用自定义颜色绘制填充矩形
- 将画布导出为PNG图像
- 获取原始画布数据为JSON格式
安装
通过Smithery安装
要通过Smithery自动为Claude Desktop安装mcp-painter:
npx -y @smithery/cli install @flrngel/mcp-painter --client claude
手动安装
将以下内容添加到您的MCP配置中
"painter": {
"command": "npx",
"args": ["-y", "github:flrngel/mcp-painter"]
}