Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open Claude Desktop

  2. Go to Settings → Developer → Edit Config

  3. Open "claude_desktop_config.json"

  4. 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)

  1. Replace <username> with your Windows username

  2. Save and close

  3. 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.

...

Install on Claude Code

For developers using Claude Code in the terminal:

...