OPNsense MCP Server
Rank #39,941io.github.itunified-io/opnsense
OPNsense MCP Server — 72 tools for DNS, Firewall, DHCP, ACME, Routing, VLANs & more
OPNsense MCP Server is a Model Context Protocol (MCP) server published by itunified-io. It ranks #39,941 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. OPNsense MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Mar 15, 2026 and most recently updated on Apr 10, 2026.
Ranks ahead of 75,519 of 115,460 servers on MCP Toplist.
Use OPNsense MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add opnsense -e "OPNSENSE_URL=<your OPNSENSE_URL>" -e "OPNSENSE_API_KEY=<your OPNSENSE_API_KEY>" -e "OPNSENSE_API_SECRET=<your OPNSENSE_API_SECRET>" -e "OPNSENSE_VERIFY_SSL=<your OPNSENSE_VERIFY_SSL>" -- npx -y @itunified.io/mcp-opnsenseReplace each placeholder with your own value before saving.
[mcp_servers.opnsense]
command = "npx"
args = ["-y", "@itunified.io/mcp-opnsense"]
[mcp_servers.opnsense.env]
OPNSENSE_URL = "<your OPNSENSE_URL>"
OPNSENSE_API_KEY = "<your OPNSENSE_API_KEY>"
OPNSENSE_API_SECRET = "<your OPNSENSE_API_SECRET>"
OPNSENSE_VERIFY_SSL = "<your OPNSENSE_VERIFY_SSL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opnsense": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<your OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<your OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<your OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<your OPNSENSE_VERIFY_SSL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opnsense": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<your OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<your OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<your OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<your OPNSENSE_VERIFY_SSL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"opnsense": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<your OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<your OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<your OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<your OPNSENSE_VERIFY_SSL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opnsense": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<your OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<your OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<your OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<your OPNSENSE_VERIFY_SSL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"opnsense": {
"command": "npx",
"args": [
"-y",
"@itunified.io/mcp-opnsense"
],
"env": {
"OPNSENSE_URL": "<your OPNSENSE_URL>",
"OPNSENSE_API_KEY": "<your OPNSENSE_API_KEY>",
"OPNSENSE_API_SECRET": "<your OPNSENSE_API_SECRET>",
"OPNSENSE_VERIFY_SSL": "<your OPNSENSE_VERIFY_SSL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.itunified-io%2Fopnsense)<a href="https://mcptoplist.com/server/io.github.itunified-io%2Fopnsense"><img src="https://mcptoplist.com/badge/io.github.itunified-io%2Fopnsense.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
itunified-io
Other servers by itunified-io
- Tailscale#43,556 · 2 vers
- Cloudflare MCP Server#52,277 · 1 ver
- PostgreSQL MCP Server#52,278 · 1 ver
- @itunified.io/mcp-oracle-ol#52,843 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 2026.4.10 | Apr 10, 2026 |
Frequently asked questions
- Who maintains OPNsense MCP Server?
- OPNsense MCP Server is maintained by itunified-io, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is OPNsense MCP Server listed on the Official MCP Registry?
- Yes — OPNsense MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does OPNsense MCP Server have?
- MCP Toplist tracks 1 version of OPNsense MCP Server, most recently published on Apr 10, 2026.
- Where can I find the source code for OPNsense MCP Server?
- The source code for OPNsense MCP Server is hosted at github.com/itunified-io/mcp-opnsense.