mcp-painter
by flrngel
Drawing MCP Server

Draw cowboy using canvas tools chat log
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:
npx -y @smithery/cli install @flrngel/mcp-painter --client claudeManual Installation
Add this to your MCP config
"painter": {
"command": "npx",
"args": ["-y", "github:flrngel/mcp-painter"]
}Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flrngel/mcp-painter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server