Class SwingMcpServer

java.lang.Object
is.codion.tools.swing.mcp.SwingMcpServer

public final class SwingMcpServer extends Object
MCP Server for UI automation of Swing applications. Provides keyboard control, screenshot capabilities, and HTTP-only MCP protocol integration.

The HTTP server runs in-process and can be toggled on/off at runtime. Claude Desktop connects via a Java bridge that translates STDIO to HTTP.

Configure with system properties: -Dcodion.swing.mcp.http.port=8080 (HTTP server port, default 8080)

See Also: