...
Open Claude Desktop
Go to Settings → Developer → Edit Config
Open "claude_desktop_config.json"
Add the configuration:
| Code Block | |
|---|---|
| No Format | |
| c# | {
"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)
...