ip calc for Cursor
io.github.ryudi84/ip-calc
MCP server for IP calculations: subnets, CIDR, ranges, network info.
client:Cursor
transport:stdio
runtime:npm
Install ip calc in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ip-calc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs