MCP Server
Maintained
MIT
io.github.antonio-mello-ai/mcp-pfsense MCP Server
io.github.antonio-mello-ai/mcp-pfsense
What is the io.github.antonio-mello-ai/mcp-pfsense MCP server?
Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more
How to install io.github.antonio-mello-ai/mcp-pfsense
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-pfsense": {
"command": "uvx",
"args": [
"mcp-pfsense"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-pfsense": {
"command": "uvx",
"args": [
"mcp-pfsense"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-pfsense": {
"command": "uvx",
"args": [
"mcp-pfsense"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-pfsense": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-pfsense"
]
}
}
}Claude Code
claude mcp add mcp-pfsense -- uvx mcp-pfsenseRelated MCP servers
Manage Proxmox VE clusters through AI assistants — VMs, containers, and more
11
View repository →Python
MIT