- Home
- F5 Cloud Status MCP Server
- installation
- Claude Desktop Installation Guide
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.
Prerequisites
Section titled “Prerequisites”- Claude Desktop installed (available from https://claude.ai/desktop)
- Node.js 18.0.0 or higher (
node --version) - npm installed (comes with Node.js)
Installation
Section titled “Installation”Step 1: Backup Configuration
Section titled “Step 1: Backup Configuration”cp ~/Library/Application\ Support/Claude/claude_desktop_config.json ~/Library/Application\ Support/Claude/claude_desktop_config.json.backupStep 2: Edit Configuration File
Section titled “Step 2: Edit Configuration File”# macOSvim ~/Library/Application\ Support/Claude/claude_desktop_config.jsonStep 3: Add MCP Server Configuration
Section titled “Step 3: Add MCP Server Configuration”{ "mcpServers": { "f5xc-cloudstatus": { "command": "npx", "args": ["-y", "@robinmordasiewicz/f5xc-cloudstatus-mcp@latest"] } }}Step 4: Restart Claude Desktop
Section titled “Step 4: Restart Claude Desktop”pkill -f "Claude" || killall Claudeopen -a ClaudeVerification
Section titled “Verification”Create a new conversation and try:
What is the current status of F5 Cloud services?Configuration Paths
Section titled “Configuration Paths”| Platform | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
Recovery
Section titled “Recovery”If something goes wrong, restore from backup:
cp ~/Library/Application\ Support/Claude/claude_desktop_config.json.backup ~/Library/Application\ Support/Claude/claude_desktop_config.jsonpkill -f "Claude" || killall Claudeopen -a ClaudeNext Steps
Section titled “Next Steps”- Review Troubleshooting Guide if issues arise
- Check Home for tool descriptions and verification queries