← Back to browse

it-tools-mcp

Indexed by io.github.wrenchpilot

About

MCP server exposing 100+ IT tools and utilities for developers and system administrators.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add it-tools-mcp -- npx it-tools-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"it-tools-mcp","command":"npx","args":["it-tools-mcp"]}'
JSON
{
  "mcpServers": {
    "it-tools-mcp": {
      "command": "npx",
      "args": [
        "it-tools-mcp"
      ]
    }
  }
}