Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Network Ops

FreeNot checked

Aggregates network operations tools such as retrieving local network configurations and scanning ports, enabling IT professionals to perform these tasks via nat

GitHubEmbed

About

Aggregates network operations tools such as retrieving local network configurations and scanning ports, enabling IT professionals to perform these tasks via natural language.

README

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 ifconfig command 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

  1. In Claude Desktop -> Settings >> Developer - choose "Edit Config"
  2. In the claude_desktop_config.json file, 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"]
    }
  }
}
  1. Restart Claude Desktop
  2. Ensure the MCP connection is live with a query like What tools can you access from network-ops-mcp

Examples

Port Scan Example Network Settings Example

from github.com/beau-wood/Network-Ops-MCP

Installing Network Ops

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/beau-wood/Network-Ops-MCP

FAQ

Is Network Ops MCP free?

Yes, Network Ops MCP is free — one-click install via Unyly at no cost.

Does Network Ops need an API key?

No, Network Ops runs without API keys or environment variables.

Is Network Ops hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Network Ops in Claude Desktop, Claude Code or Cursor?

Open Network Ops on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Network Ops with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs