
绘图
STDIO为AI助手提供绘图功能的MCP服务器
为AI助手提供绘图功能的MCP服务器
Draw cowboy using canvas tools chat log
A Model Context Protocol (MCP) server that provides drawing capabilities for AI assistants.
To install mcp-painter for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @flrngel/mcp-painter --client claude
Add this to your MCP config
"painter": {
"command": "npx",
"args": ["-y", "github:flrngel/mcp-painter"]
}