Network Ops MCP
Click on "Deploy 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., "@Network Ops MCPscan ports on 192.168.1.1 for ports 80 and 443"
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.
Network Ops MCP
This is an aggregation of network operations tools that would be useful to IT professionals.
The idea is that tools like these could be built, aggregated and then run using natural language queries by field employees.
Tool List:
get_network_configs
a wrapper to the
ifconfigcommand line tool that returns local network configurations
scan_ports
given a host ip address and a list of ports or a port range, scan those ports to see which are open for connections
Setup
This is currently running locally using Claude Desktop
In Claude Desktop -> Settings >> Developer - choose "Edit Config"
In the
claude_desktop_config.jsonfile, add a new mcp server:
{
"mcpServers": {
"network-ops-mcp": {
"command": "<path_to_venv>/network_ops/bin/python",
"args": ["<path_to_mcp_code>network_ops_mcp/mcp_server.py"]
}
}
}Restart Claude Desktop
Ensure the MCP connection is live with a query like
What tools can you access from network-ops-mcp
Examples

This server cannot be deployed
Maintenance
Related MCP Connectors
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
- mcpOAuthcom.vibgrate
Query your team's drift, vulnerability, and upgrade data from any AI assistant. OAuth 2.1, 51 tools.
Monitors TLS/SSL certificate expiry, DNS resolution, and TCP port status for AI agents.
Protocol-native energy infrastructure orchestration for AI data centers. Provides 46 MCP tools across 8 grid protocols (IEC-61850, DNP3, Modbus, OCPP, OpenADR, IEEE 2030.5, IEC 60870-5-104, ICCP) with 5 core API primitives: connect, dispatch, settle, comply, and intel. Enables AI agents to programmatically interact with substations, grid interfaces, and energy assets for real-time workload-grid coordination.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to perform network scanning operations using NMAP, offering a standardized interface for network analysis and security assessments through AI conversations.12 npm49MIT
- AlicenseNot gradedqualityDmaintenanceEnables network discovery, port scanning, and infrastructure monitoring with device detection, service fingerprinting, and cluster health checks for autonomous AI systems.2MIT
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with direct access to multi-vendor network devices for tasks like configuration management, health checks, and topology discovery through 35 specialized tools. It enables natural language control over platforms including Cisco, Juniper, and Nokia using SSH, NETCONF, and SNMP protocols.11MIT
- AlicenseNot gradedqualityBmaintenanceProvides network operations tools such as ping, traceroute, DNS queries, and nmap scans via MCP, enabling network diagnostics and monitoring through natural language.14MIT