It Tools MCP
Rank #1976glama/wrenchpilot/it-tools-mcp
Provides 50+ developer utilities including cryptographic operations, text processing, data format conversion, network calculations, and encoding functions through a containerized TypeScript server with security features and rate limiting.
It Tools MCP is a Model Context Protocol (MCP) server published by wrenchpilot. It ranks #1976 of 58,900 servers tracked on MCP Toplist, and its repository has 21 GitHub stars. It Tools MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 13 tracked versions. It was first listed on Jun 25, 2025 and most recently updated on May 15, 2026.
Ranks ahead of 56,924 of 58,900 servers on MCP Toplist.
Use It Tools MCP
Add It Tools MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"it-tools-mcp": {
"command": "npx",
"args": [
"-y",
"it-tools-mcp"
]
}
}
}{
"mcpServers": {
"it-tools-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/wrenchpilot/it-tools-mcp:v5.10.0"
]
}
}
}Listed on 2 registries (1 delisted)
wrenchpilot
Available versions (13)
| Version | Published |
|---|---|
| 5.10.8 | May 15, 2026 |
| 5.10.7 | Apr 15, 2026 |
| 5.10.5 | Mar 28, 2026 |
| 5.10.4 | Mar 25, 2026 |
| 5.10.3 | Mar 6, 2026 |
| 5.10.2 | Feb 6, 2026 |
| 5.10.1 | Jan 27, 2026 |
| 5.10.0 | Jan 19, 2026 |
| 5.8.13 | Jan 18, 2026 |
| 5.8.8 | Jan 7, 2026 |
| 5.8.2 | Dec 15, 2025 |
| 5.2.8 | Oct 28, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is It Tools MCP?
- Provides 50+ developer utilities including cryptographic operations, text processing, data format conversion, network calculations, and encoding functions through a containerized TypeScript server with security features and rate limiting.
- Who maintains It Tools MCP?
- It Tools MCP is maintained by wrenchpilot, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is It Tools MCP an official MCP server?
- Yes — It Tools MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does It Tools MCP have?
- MCP Toplist tracks 13 versions of It Tools MCP, most recently published on May 15, 2026.
- Where can I find the source code for It Tools MCP?
- The source code for It Tools MCP is hosted at github.com/wrenchpilot/it-tools-mcp.