Modular MCP server for OPNsense firewall management - 88 tools providing access to 2000+ methods through AI assistants
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opnsense-mcp-server": {
"command": "npx",
"args": [
"-y",
"Pixelworlds/opnsense-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add opnsense-mcp-server npx -y Pixelworlds/opnsense-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"opnsense-mcp-server": {
"command": "npx",
"args": [
"-y",
"Pixelworlds/opnsense-mcp-server"
]
}
}
}