Microsoft-Paint-MCP-Server

miguelcespedes/Microsoft-Paint-MCP-Server
★ 0 stars TypeScript AI/LLM Updated today
A semantic MCP interface for Microsoft Paint that lets AI work with geometry, diagrams and visual primitives instead of screen coordinates — powered by Windows UI Automation, Win32 input and a mathematical drawing DSL.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "microsoft-paint-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "miguelcespedes/Microsoft-Paint-MCP-Server"
      ]
    }
  }
}

Topics

computational-geometrydesktop-automationdrawing-dslmcpmcp-servermicrosoft-paintmodel-context-protocolnodejstypescriptui-automationwin32windows