DevUtils MCP Server
Rank #27,482io.github.paladini/devutils-mcp-server
36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.
DevUtils MCP Server is a Model Context Protocol (MCP) server published by paladini. It ranks #27,482 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. DevUtils MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Mar 24, 2026 and most recently updated on Jul 8, 2026.
Ranks ahead of 87,978 of 115,460 servers on MCP Toplist.
Use DevUtils MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add devutils-mcp-server -- npx -y devutils-mcp-server[mcp_servers.devutils-mcp-server]
command = "npx"
args = ["-y", "devutils-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"devutils-mcp-server": {
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"devutils-mcp-server": {
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"devutils-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"devutils-mcp-server": {
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"devutils-mcp-server": {
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paladini%2Fdevutils-mcp-server)<a href="https://mcptoplist.com/server/io.github.paladini%2Fdevutils-mcp-server"><img src="https://mcptoplist.com/badge/io.github.paladini%2Fdevutils-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
paladini
Other servers by paladini
View all paladini servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jul 8, 2026 |
Frequently asked questions
- Who maintains DevUtils MCP Server?
- DevUtils MCP Server is maintained by paladini, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is DevUtils MCP Server listed on the Official MCP Registry?
- Yes — DevUtils MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does DevUtils MCP Server have?
- MCP Toplist tracks 1 version of DevUtils MCP Server, most recently published on Jul 8, 2026.
- Where can I find the source code for DevUtils MCP Server?
- The source code for DevUtils MCP Server is hosted at github.com/paladini/devutils-mcp-server.