Quick Start¶
Get the F5XC API MCP Server running in 5 minutes.
Prerequisites¶
- Node.js 24+ (for npx) OR Docker
- An MCP-compatible AI assistant (Claude Desktop, Claude Code, VS Code, etc.)
Step 1: Choose Your Installation¶
Step 2: Configure Your AI Assistant¶
Claude Desktop¶
Add to your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Claude Code¶
Add to your project's .mcp.json:
Step 3: Verify Installation¶
Restart your AI assistant and ask:
"What F5XC tools are available?"
You should see a response listing the available tools, resources, and prompts.
Step 4: (Optional) Enable API Execution¶
To execute API calls directly (not just documentation), set credentials:
Try It Out¶
Once configured, try these example prompts:
Documentation Mode (No Auth)¶
"Show me how to create an HTTP load balancer in F5XC"
"What are the CURL commands to list namespaces?"
"What parameters are needed for an origin pool?"
Execution Mode (With Auth)¶
"List all HTTP load balancers in the 'production' namespace"
"Create an origin pool pointing to 10.0.0.1:8080"
"Get the status of the 'example-app' load balancer"
Next Steps¶
- Detailed Installation - All installation options
- Authentication Guide - Configure credentials
- Tools Reference - Browse all available tools
- Workflow Prompts - Guided multi-step operations