Skip to content

Claude Desktop Installation Guide

Claude Desktop is the native macOS desktop application. Installing the F5 XC Cloud Status MCP server requires editing a configuration file and restarting the application.

  • Claude Desktop installed (available from https://claude.ai/desktop)
  • Node.js 18.0.0 or higher (node --version)
  • npm installed (comes with Node.js)
Terminal window
cp ~/Library/Application\ Support/Claude/claude_desktop_config.json ~/Library/Application\ Support/Claude/claude_desktop_config.json.backup
Terminal window
# macOS
vim ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"f5xc-cloudstatus": {
"command": "npx",
"args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"]
}
}
}
Terminal window
pkill -f "Claude" || killall Claude
open -a Claude

Create a new conversation and try:

What is the current status of F5 Cloud services?
PlatformPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json

If something goes wrong, restore from backup:

Terminal window
cp ~/Library/Application\ Support/Claude/claude_desktop_config.json.backup ~/Library/Application\ Support/Claude/claude_desktop_config.json
pkill -f "Claude" || killall Claude
open -a Claude