PluginBench
MCP Server
Active
MIT

DevUtils MCP Server MCP Server

io.github.paladini/devutils-mcp-server

What is the DevUtils MCP Server MCP server?

36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.

How to install DevUtils MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "devutils-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "devutils-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "devutils-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "devutils-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "devutils-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "devutils-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "devutils-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "devutils-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add devutils-mcp-server -- npx -y devutils-mcp-server

Related MCP servers

mcp-me

Active

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

18
TypeScript
MIT
View repository →

Locus

Active

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

0
TypeScript
MIT
View repository →