OPNsense MCP Server for Cline
io.github.itunified-io/opnsense
OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more
client:Cline
transport:stdio
runtime:npm
Install OPNsense MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"opnsense": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<OPNSENSE_VERIFY_SSL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs