Integrations
Implemented using Quarkus MCP, leveraging Quarkus framework capabilities for the server implementation.
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)
Claude Desktop Config and mcp-cli
Add this to your claude_desktop_config.json
or server_config.json
file:
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 installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Make drawings on a JavaFX canvas
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that enables creating, modifying, and validating infinite canvas data structures according to the JSON Canvas 1.0 specification.Last updated -1PythonMIT License
- AsecurityFlicenseAqualityAn integration that allows Cursor AI to generate images through the Draw Things API using natural language prompts.Last updated -1563JavaScript
- -securityFlicense-qualityA server that enables natural language interaction with AutoCAD through large language models like Claude, allowing users to create and modify drawings using conversational commands.Last updated -19Python
- JavaScript