Prepare Claude for FrameworX MCP sessions — correct build habits from the first tool call, and guide new users through MCP installation.
AI Integration | How-to Guide
The FrameworX Claude Skill is a lightweight file (SKILL.md) that loads into Claude at the start of every FrameworX session. It has two jobs:
Get MCP connected. For new users who don't have the MCP Designer tools installed yet, the skill provides setup instructions and gets them to a working MCP connection as fast as possible.
Keep MCP sessions effective. Once MCP tools are connected, the skill provides the behavioral baseline that makes AI sessions productive:
This behavioral guidance loads before any MCP tool fires, so Claude starts with correct habits from the very first response.
The skill follows the Agent Skills open standard. The same file works with Claude, GitHub Copilot, Cursor, and other compatible AI agents.
Skill + MCP = the complete experience. The skill prepares Claude for MCP sessions. The MCP tools do the actual building. They are companions — the skill without MCP can only point you to documentation and setup instructions. MCP without the skill works, but the AI starts without trained instincts. Together, Claude becomes an expert FrameworX engineer from the first message.
Download the skill file, ready to install:
frameworx-industrial-platform.skill
Requires a Claude Pro, Max, Team, or Enterprise plan with code execution enabled.
Once enabled, Claude will automatically activate the skill whenever you mention FrameworX, SCADA, HMI, or related topics.
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:
| No Format |
|---|
{
"mcpServers": {
"FrameworX-Designer": {
"command": "C:\\Program Files (x86)\\Tatsoft\\FrameworX\\fx-10\\MCP\\DesignerMCP.exe",
"transport": "stdio"
},
"filesystem": {
"command": "C:\\Program Files\\nodejs\\npx.cmd",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Users\\marcostaccolini\\Documents\\FrameworX\\Exchange"
]
}
},
"preferences": {
"coworkScheduledTasksEnabled": false,
"sidebarMode": "chat"
}
} |
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" requires nodejs installed. site: https://nodejs.org/
The filesystem is optiional, it necessary to the mcp tools screenshot() and inspect_external_solution(). Without those settings, you need add those files to chat session manually.
| Warning | ||
|---|---|---|
| ||
After the restart of Cloud, with MCP installed, go the Settings → Connectors:
|
For developers using Claude Code in the terminal:
Create the skills directory if it doesn't exist:
mkdir -p ~/.claude/skills/FrameworX-skill
Copy the SKILL.md file into that directory:
cp SKILL.md ~/.claude/skills/FrameworX-skill/SKILL.md
Claude Code discovers skills automatically — no restart needed
The skill follows the Agent Skills open standard. The same SKILL.md file works with any compatible agent:
| Agent | Skill Location |
|---|---|
| GitHub Copilot | .github/skills/FrameworX-skill/SKILL.md |
| Cursor | .cursor/skills/FrameworX-skill/SKILL.md |
| OpenAI Codex CLI | .codex/skills/FrameworX-skill/SKILL.md |
Consult your agent's documentation for the exact skills directory path.
The skill prepares Claude. The MCP tools let Claude build. If you haven't connected MCP yet, the skill itself will guide you — just ask Claude "how do I set up FrameworX MCP?" and it will walk you through installation.
Or follow the setup instructions directly:
→ See AI MCP for Designer Connector
→ See MCP for Designer in Action
After installing, start a new Claude conversation and try:
If Claude is web-searching for basic FrameworX setup information, the skill may not be enabled. Check Settings → Capabilities → Skills.
Questions or feedback about the Claude Skill: