Subnet Calculator MCP Server
Enables n8n workflows to use subnet calculation tools via MCP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Subnet Calculator MCP Servercalculate subnet details for 192.168.1.0/24"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Subnet Calculator MCP Server
This project provides a simple MCP (Model Context Protocol) server for calculating subnet details based on a given CIDR (Classless Inter-Domain Routing) notation. It uses the FastMCP library to expose the subnet calculation functionality as a tool.
Features
Calculate subnet details for a given CIDR.
Provides:
Network address
Broadcast address
Netmask
Wildcard mask
Usable host range
Number of usable hosts
Runs as an MCP server with SSE (Server-Sent Events) transport.
Related MCP server: NetworkCalc MCP Server
Requirements
Python 3.7+
fastmcp library
Installation
Clone the repository or copy the script.
Install the required dependencies:
pip install fastmcp mcp[cli]Usage
THis MCP runs with SSE transport mode.
Run the MCP server:
python main.pyHow to add this Server to your MCP Client
Goose MCP Client
Click Menu ("..." icon) and select Advanced settings:


Go extentions section

Select "Add custom extentions"

Select Server-Sent Events as Type
Select a random ID
Select Name for the MCP Server
Sleect Description
Enter URI : https://mcp-subnet-calculator.mteke.com/sse
Click Add button

Now the MCP Server(extention is added and enabled)

Now the MCP server is activated:

You can watch the video to demonstrate how to enable mcp server on Goose Client App:

Claude Desktop MCP Client
Select Claude Desktop Settings
Select Developer and Edit config
Change claude_desktop_config.json content to below
{
"mcpServers": {
"mcp-subnet-calculator-sse": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp-subnet-calculator.mteke.com/sse"
]
}
}
}Close Claude Desktop App completely and restart it
You can watch the video to demonstrate how to enable mcp server on Claude Desktop Client App:

How to add Subnet Calculator MCP Server to your Goose Client

How to add Subnet Calculator MCP Server to N8N Instance

This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/melihteke/Subnet-Calculator-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server