Skip to content
Grok

OPNsense MCP Server for Grok

io.github.itunified-io/opnsense

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

client:Grok transport:stdio runtime:npm

Install OPNsense MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opnsense": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OPNsense MCP Server in other clients