Back to MCP Servers
OPNSenseMCP
MCP Server for managing & interacting with Open Source NGFW OPNSense via Natural Language
security
By vespo92
Installation
npx -y OPNSenseMCPConfiguration
{
"mcpServers": {
"OPNSenseMCP": {
"command": "npx",
"args": ["-y", "OPNSenseMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes