...
Once enabled, Claude will automatically activate the skill whenever you mention FrameworX, SCADA, HMI, or related topics. No need to invoke it manually
After the skill installed, setup the authorization for the MCP for Designer usage:
Open Claude Desktop
Go to Settings → Developer → Edit Config
Open "claude_desktop_config.json"
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" ] } } }
Replace <ProductPath> with your FrameworX installation directory (use double backslashes)
Replace <username> with your Windows username
Save and close
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.
...
For developers using Claude Code in the terminal:
...