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
languagec#
{
 { "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)

...