VOOZH about

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

⇱ mcp-server-jfx by quarkiverse | Glama


JavaFX 用モデルコンテキストプロトコルサーバー

このモデル コンテキスト プロトコル (MCP) サーバーは、大規模言語モデル (LLM) が JavaFX プリミティブを使用して描画を作成できるようにします。

サーバーは、Quarkus MCP と JavaFX を使用して実装されています。

最初のアイデアと実装は@konczdevによるものです

👁 JFXデモ

こちらのビデオをご覧ください。

一般的な使用法

  1. jbangをインストールする

  2. MCP クライアントをjbang jfx@quarkiverse/quarkus-mcp-serversとしてサーバーを実行するように構成します (以下のClaude Desktop Config を参照)

Related MCP server: Paint MCP

Claude デスクトップ設定とmcp-cli

これをclaude_desktop_config.jsonまたはserver_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