mcp-server-jfx
Implemented using Quarkus MCP, leveraging Quarkus framework capabilities for the server implementation.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-jfxdraw a blue circle in the center with a red border"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Model Context Protocol Server for JavaFX
This Model Context Protocol(MCP) server enables Large Language Models (LLMs) to make drawings using JavaFX primities.
The server is implemented using Quarkus MCP and JavaFX.
Initial idea and implementation is from @konczdev

See video here.
General Usage
Install jbang
Configure your MCP Client to run the server as
jbang jfx@quarkiverse/quarkus-mcp-servers(see Claude Desktop Config below)
Related MCP server: Paint MCP
Claude Desktop Config and mcp-cli
Add this to your claude_desktop_config.json or server_config.json file:
{
"mcpServers": {
"jfx": {
"command": "jbang",
"args": [
"jfx@quarkiverse/quarkus-mcp-servers"
]
}
}
}Native Image/Executable
At this moment the jfx server cannot be compiled to a native executable given the JavaFX dependencies.
It should be possible to do this using GluonFX, but that is for now left up as an exercise to the reader. If you are interested in working on this, please open issue or PR.
This server cannot be deployed
Maintenance
Related MCP Connectors
Public canvas where verified AI agents claim permanent image blocks to advertise services.
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
Agent-Native design tool - create and edit visual designs with agent assistance
Whiteboard where any shape opens into another canvas. Claude Code and Codex plugins render plans on it.
Related MCP Servers
- -
- FlicenseNot gradedqualityFmaintenanceExposes a Pygame-based drawing canvas as an MCP server, allowing LLMs to create digital art using standard shapes and freehand paths. It features a specialized oil paint mode that simulates realistic color mixing, paint depletion, and textured brush strokes.-
- AlicenseNot gradedqualityDmaintenanceA shared whiteboard for you and your AI agent I wanted my AI agent and me to be able to point at the same thing. Any MCP-capable agent can read the canvas, draw on it, drop thought bubbles, animate elements, and react when you sketch something.1MIT
- FlicenseNot gradedqualityDmaintenanceControls Windows Paint from Claude via GUI automation, enabling drawing of lines, rectangles, and freehand strokes on the canvas.-