PluginBench
MCP Server
Active

Subnet Calculator MCP MCP Server

io.github.zekerutledge/subnet-calculator-mcp

What is the Subnet Calculator MCP MCP server?

Calculates IPv4 subnet information from an IP address and CIDR prefix or dotted decimal subnet mask

How to install Subnet Calculator MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "subnet-calculator-mcp": {
      "url": "https://subnet-calculator.zekedoesai.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "subnet-calculator-mcp": {
      "serverUrl": "https://subnet-calculator.zekedoesai.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "subnet-calculator-mcp": {
      "type": "http",
      "url": "https://subnet-calculator.zekedoesai.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "subnet-calculator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://subnet-calculator.zekedoesai.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http subnet-calculator-mcp https://subnet-calculator.zekedoesai.com/mcp

Related MCP servers

Provides short, positive encouragement messages for AI agents during long-running or difficult tasks

0
TypeScript
View repository →