# Processing MCP Server 🎨 **Create visual art and games with AI** - An MCP (Model Context Protocol) server that enables AI assistants to create and
The server ships on PyPI as fastmcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
Prerequisites — The Prerequisites tool exposed by this serverrun_processing_java_cli — The run_processing_java_cli tool exposed by this serverget_processing_config — The get_processing_config tool exposed by this serverYou will need 2 environment variables: PROCESSING_PATH, PROCESSING_SAVE_LOCATION. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
uv package manager (or use pip) - Claude Desktop appThis 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. Processing's toolset — Prerequisites, run_processing_java_cli, get_processing_config — is a fair guide to whether it matches your workflow. It is maintained by twelve2five; 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 |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| run_processing_java_cli | The run_processing_java_cli tool exposed by this server. |
| get_processing_config | The get_processing_config tool exposed by this server. |
{
"mcpServers": {
"processing": {
"command": "uv",
"args": [
"run",
"C:\\path\\to\\processing-mcp-server\\processing_mcp_server.py"
],
"env": {
"PROCESSING_PATH": "C:\\Program Files\\Processing\\Processing.exe",
"PROCESSING_SAVE_LOCATION": "C:\\Users\\YourUsername\\Documents\\Processing\\sketches"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
uv package manager (or use pip) - Claude Desktop app| Variable | Description | Required |
|---|---|---|
| PROCESSING_PATH | Filesystem location the server is allowed to use. | Optional |
| PROCESSING_SAVE_LOCATION | Configuration value read at startup. | Optional |
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.