Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"f5-mcp-server": {
"args": [
"-y",
"@czirakim/F5.MCP.server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This project is a MCP( Model Context Protocol ) server designed to interact with F5 devices using the iControl REST API. It provides a set of tools to manage F5 objects such as virtual servers (VIPs), pools, iRules, and profiles. The server is implemented using the FastMCP framework and exposes functionalities for creating, updating, listing, and deleting F5 objects.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@czirakim/F5.MCP.server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @czirakim/F5.MCP.server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for F5.MCP.Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This project is a MCP( Model Context Protocol ) server designed to interact with F5 devices using the iControl REST API. It provides a set of tools to manage F5 objects such as virtual servers (VIPs), pools, iRules, and profiles. The server is implemented using the FastMCP framework and exposes functionalities for creating, updating, listing, and deleting F5 objects.
list_tool, create_tool, update_tool, delete_tool) that encapsulate operations on F5 devices.requests library to communicate with F5 devices via the iControl REST API..env file.stdio transport, making it compatible with various client integrations.F5MCPserver.py: The main server file that initializes the MCP server and defines the tools.Tools/F5object.py: A utility class for performing CRUD operations on F5 objects.The repo also contains an example of the Claude desktop app config file.
Only F5object.py is used from the Tools folder. The others were used in development.
It was tested with the Claude Desktop app. The MCP server was hosted in Windows WSL.To install F5 Device Management Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @czirakim/F5.MCP.server --client claude
This was written by Mihai Cziraki