← Index

OPNsense MCP Server

io.github.itunified-io/opnsense·v2026.4.10·Other
Quality Score
90
/100

OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more

§01  Install
Claude Desktop (claude_desktop_config.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>"
      }
    }
  }
}
Cursor (.cursor/mcp.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 (cline_mcp_settings.json)
npx -y @itunified.io/mcp-opnsense
§02  Environment variables
OPNSENSE_URL

OPNsense base URL (e.g. https://192.168.1.1)

OPNSENSE_API_KEY

OPNsense API key for authentication

OPNSENSE_API_SECRET

OPNsense API secret for authentication

OPNSENSE_VERIFY_SSL

Set to false for self-signed certificates (default: true)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other