Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once enabled, Claude will automatically activate the skill whenever you mention FrameworX, SCADA, HMI, or related topics. No need to invoke it manually

MCP for Designer installation

After the skill installed, setup the authorization for the MCP for Designer usage:

  1. Open Claude Desktop

  2. Go to Settings → Developer → Edit Config

  3. Open "claude_desktop_config.json"

  4. Add the configuration:

{ "mcpServers": { "FrameworX-Designer": { "command": "<ProductPath>\\fx-10\\MCP\\DesignerMCP.exe", "transport": "stdio" }, "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "C:\\Users\\<username>\\Documents\\FrameworX\\Exchange", "C:\\Users\\Public\\Documents\\FrameworX\\Transfers" ] } } }

  1. Replace <ProductPath> with your FrameworX installation directory (use double backslashes)

  2. Replace <username> with your Windows username

  3. Save and close

  4. Restart Claude Desktop completely (close via Task Manager)

The  "filesystem"is optiional, it necessary to the mcp tools screenshot() and inspect_external_solution() can work automatically. Wihout that settings, you need add files to chat seesions manually in those cases.

...

Install on Claude Code

For developers using Claude Code in the terminal:

...