...
Open Claude Desktop
Go to Settings → Developer → Edit Config
Open "claude_desktop_config.json"
Add the configuration:
| Code Block |
|---|
{ "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 . Without those settings, you need add those files to chat seesions session manually in those cases.
...
For developers using Claude Code in the terminal:
...