Back to Browse

Devpick MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.

About

43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.

Security Report

5.2
Moderate5.2Moderate Risk

This is a legitimate developer tools MCP server with well-structured code and appropriate security practices. The server provides 43 local tools (JSON formatter, Base64 encoder, regex tester, PDF utilities, etc.) with no external API dependencies or authentication requirements. Code quality is good with proper input validation and error handling. Minor findings include broad exception handling in a few places and potential for input validation improvements in regex operations, but these do not significantly impact the overall security posture. Supply chain analysis found 9 known vulnerabilities in dependencies (2 critical, 4 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kimbobmarley03-devpick": {
      "args": [
        "-y",
        "devpick"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

devpick.sh

Developer tools that don't suck.

Ultra-minimal, terminal-inspired developer tools collection. Built with Next.js 16, Tailwind CSS v4, and deployed on Cloudflare Pages.

Tools

ToolRouteCategory
JSON Formatter/json-formatterFormat & Validate
Base64/base64Encode & Decode
URL Encoder/url-encoderEncode & Decode
JWT Decoder/jwt-decoderEncode & Decode
Timestamp/unix-timestamp-converterConvert
Hash Generator/hash-generatorGenerate
UUID Generator/uuid-generatorGenerate
.gitignore Generator & Auditor/gitignore-generatorGenerate & Audit

Dev

npm run dev        # start dev server
npm run build      # production build (static export to /out)

Deploy (Cloudflare Pages)

npm run build
# Upload /out folder to Cloudflare Pages

Build output: ./out (static HTML/CSS/JS)

Stack

  • Next.js 16 (App Router, static export)
  • Tailwind CSS v4
  • lucide-react (icons)
  • next/font (Inter + JetBrains Mono)
  • next-sitemap

Design

Dark theme, terminal aesthetic, bento grid layout. Tool inputs are processed client-side and are never sent to DevPick. Privacy-safe aggregate analytics measure page and tool outcomes without collecting inputs, filenames, or generated output.

Reviews

No reviews yet

Be the first to review this server!