← Back to browse

OPNsense MCP Server

Indexed by io.github.itunified-io

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOPNSENSE_URL OPNSENSE_API_KEY OPNSENSE_API_SECRET OPNSENSE_VERIFY_SSL
Claude Code
claude mcp add --env OPNSENSE_URL= --env OPNSENSE_API_KEY= --env OPNSENSE_API_SECRET= --env OPNSENSE_VERIFY_SSL= opnsense -- npx @itunified.io/mcp-opnsense
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"opnsense","command":"npx","args":["@itunified.io/mcp-opnsense"],"env":{"OPNSENSE_URL":"","OPNSENSE_API_KEY":"","OPNSENSE_API_SECRET":"","OPNSENSE_VERIFY_SSL":""}}'
JSON
{
  "mcpServers": {
    "opnsense": {
      "command": "npx",
      "args": [
        "@itunified.io/mcp-opnsense"
      ],
      "env": {
        "OPNSENSE_URL": "",
        "OPNSENSE_API_KEY": "",
        "OPNSENSE_API_SECRET": "",
        "OPNSENSE_VERIFY_SSL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.