VOOZH about

URL: https://glama.ai/mcp/servers/quarkiverse/server-jfx?locale=zh-CN

⇱ mcp-服务器-jfx by quarkiverse | Glama


JavaFX 的模型上下文协议服务器

该模型上下文协议 (MCP) 服务器使大型语言模型 (LLM) 能够使用 JavaFX 原语进行绘图。

该服务器使用 Quarkus MCP 和 JavaFX 实现。

最初的想法和实施来自@konczdev

👁 JFX 演示

点击此处观看视频。

一般用法

  1. 安装jbang

  2. 配置您的 MCP 客户端以jbang jfx@quarkiverse/quarkus-mcp-servers形式运行服务器(请参阅下面的Claude 桌面配置

Related MCP server: Paint MCP

Claude 桌面配置和mcp-cli

将其添加到您的claude_desktop_config.jsonserver_config.json文件中:

{
 "mcpServers": {
 "jfx": {
 "command": "jbang",
 "args": [
 "jfx@quarkiverse/quarkus-mcp-servers"
 ]
 }
 }
}

原生映像/可执行文件

目前,由于 JavaFX 依赖关系,jfx 服务器无法编译为本机可执行文件。

使用 GluonFX 应该可以实现这一点,但目前这留给读者作为练习。如果您对此感兴趣,请提交 issue 或 PR。

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
4dResponse time
Release cycle
1Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/quarkiverse/server-jfx'

If you have feedback or need assistance with the MCP directory API, please join our Discord server