JavaFX绘图
STDIO基于JavaFX图形绘制的MCP服务器
基于JavaFX图形绘制的MCP服务器
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.
jbang jfx@quarkiverse/quarkus-mcp-servers (see Claude Desktop Config below)Add this to your claude_desktop_config.json or server_config.json file:
{ "mcpServers": { "jfx": { "command": "jbang", "args": [ "jfx@quarkiverse/quarkus-mcp-servers" ] } } }
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.