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)
{
"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