★ 1 stars
TypeScript
🔌 API Integration
Updated 1d ago
Slim OPNsense MCP Server — DNS, Firewall, Diagnostics, DHCP, System management via OPNsense REST API
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-opnsense": {
"command": "npx",
"args": [
"-y",
"itunified-io/mcp-opnsense"
]
}
}
}
Run in terminal:
claude mcp add mcp-opnsense npx -y itunified-io/mcp-opnsense
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-opnsense": {
"command": "npx",
"args": [
"-y",
"itunified-io/mcp-opnsense"
]
}
}
}