Skip to main content
Glama

mcp-server-jfx

by quarkiverse

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

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

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

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

点击此处观看视频。

一般用法

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

Claude 桌面配置和mcp-cli

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

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

原生映像/可执行文件

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

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

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

在 JavaFX 画布上绘图

  1. 一般用法
    1. Claude 桌面配置和mcp-cli
      1. 原生映像/可执行文件

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables creating, modifying, and validating infinite canvas data structures according to the JSON Canvas 1.0 specification.
          Last updated -
          5
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          An integration that allows Cursor AI to generate images through the Draw Things API using natural language prompts.
          Last updated -
          1
          56
          3
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A 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 -
          19
          Python
          • Apple
        • A
          security
          F
          license
          A
          quality
          Drawing Tool for AI Assistants
          Last updated -
          4
          1
          JavaScript

        View all related MCP servers

        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