What is the io.github.ryudi84/ip-calc MCP server?
MCP server for IP calculations: subnets, CIDR, ranges, network info.
How to install io.github.ryudi84/ip-calc
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": {
"ip-calc": {
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ip-calc": {
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ip-calc": {
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ip-calc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}Claude Code
claude mcp add ip-calc -- npx -y ip-calc-mcpRelated MCP servers
MCP server for generating REST API boilerplate and Express endpoints.
View repository →MCP server for API testing: HTTP requests, cURL generation, health checks.
View repository →Encode/decode Base64, URL-safe variants, and file data
View repository →MCP server for generating changelogs from conventional commits.
View repository →