net-tools-mcp
v1.0.0
Published
MCP server providing network diagnostic tools (ping, nslookup, traceroute, curl, ssh, etc.)
Maintainers
Readme
Net Tools MCP Server
MCP server providing network diagnostic tools.
Installation
npm install -g net-tools-mcpOr use with npx (no installation required):
npx net-tools-mcpUsage
Configure in your MCP client:
{
"mcpServers": {
"net-tools": {
"command": "npx",
"args": ["-y", "net-tools-mcp"]
}
}
}Or if installed globally:
{
"mcpServers": {
"net-tools": {
"command": "net-tools-mcp"
}
}
}Tools
- ping: Test host connectivity
- nslookup: DNS lookup
- netstat: Network connections/statistics
- telnet: Test TCP port connectivity
- ssh: Execute remote SSH commands
