...
Open Claude Desktop
Go to Settings → Developer → Edit Config
Open "claude_desktop_config.json"
Add the configuration:
| Code Block | ||
|---|---|---|
| ||
{ { "mcpServers": { { "FrameworX-Designer": {{ "command": "<ProductPath>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\\<username>marcostaccolini\\Documents\\FrameworX\\Exchange" ] } }, "C:\\Users\\Public\\Documents\\FrameworX\\Transfers" ] } } } preferences": { "coworkScheduledTasksEnabled": false, "sidebarMode": "chat" } } |
Replace <ProductPath> with your FrameworX installation directory (use double backslashes)
...