# MCP Server for Microsoft Paint A JSON-RPC 2.0 compatible server for controlling Microsoft Paint through the Microsoft Commandline Protocol (MCP).
Everything the assistant can do here goes through one of these:
activate_window — Brings the Paint window to the foregroundget_canvas_dimensions — Returns the current canvas sizedraw_pixel — Draws a single pixeldraw_shape — Draws a shape (rectangle, ellipse, etc.)select_tool — Selects a drawing toolset_color — Sets the current colorinitialize — The initialize tool exposed by this serverconnect — The connect tool exposed by this serverdraw_line — The draw_line tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. For Microsoft Paint's toolset — activate_window, get_canvas_dimensions, draw_pixel and 6 more — is a fair guide to whether it matches your workflow. It is maintained by ghuntley; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| activate_window | Brings the Paint window to the foreground |
| get_canvas_dimensions | Returns the current canvas size |
| draw_pixel | Draws a single pixel |
| draw_shape | Draws a shape (rectangle, ellipse, etc.) |
| select_tool | Selects a drawing tool |
| set_color | Sets the current color |
| initialize | The initialize tool exposed by this server. |
| connect | The connect tool exposed by this server. |
| draw_line | The draw_line tool exposed by this server. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.