Skip to main content
ClaudeWave

Developer tools that don't suck. 100% client-side, private, free. WebMCP ready.

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/kimbobmarley03/devpick.sh
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "devpick-sh": {
      "command": "node",
      "args": ["/path/to/devpick.sh/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/kimbobmarley03/devpick.sh and follow its README for install instructions.
Use cases

MCP Servers overview

# 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.

- [Use the browser tools](https://devpick.sh)
- [Audit or generate a monorepo .gitignore](https://devpick.sh/gitignore-generator#gitignore-auditor)
- [Install 43 local tools for AI agents](./mcp-server/README.md)

## Tools

| Tool | Route | Category |
|------|-------|----------|
| JSON Formatter | `/json-formatter` | Format & Validate |
| Base64 | `/base64` | Encode & Decode |
| URL Encoder | `/url-encoder` | Encode & Decode |
| JWT Decoder | `/jwt-decoder` | Encode & Decode |
| Timestamp | `/unix-timestamp-converter` | Convert |
| Hash Generator | `/hash-generator` | Generate |
| UUID Generator | `/uuid-generator` | Generate |
| .gitignore Generator & Auditor | `/gitignore-generator` | Generate & Audit |

## Dev

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

## Deploy (Cloudflare Pages)

```bash
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.

What people ask about devpick.sh

What is kimbobmarley03/devpick.sh?

+

kimbobmarley03/devpick.sh is mcp servers for the Claude AI ecosystem. Developer tools that don't suck. 100% client-side, private, free. WebMCP ready. It has 0 GitHub stars and its last recorded update is dated 2026-09-14.

How do I install devpick.sh?

+

You can install devpick.sh by cloning the repository (https://github.com/kimbobmarley03/devpick.sh) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kimbobmarley03/devpick.sh safe to use?

+

Our security agent has analyzed kimbobmarley03/devpick.sh and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains kimbobmarley03/devpick.sh?

+

kimbobmarley03/devpick.sh is maintained by kimbobmarley03. The last recorded GitHub activity is dated 2026-09-14, with 0 open issues.

Are there alternatives to devpick.sh?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy devpick.sh to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kimbobmarley03/devpick.sh
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kimbobmarley03-devpick-sh)](https://claudewave.com/repo/kimbobmarley03-devpick-sh)
<a href="https://claudewave.com/repo/kimbobmarley03-devpick-sh"><img src="https://claudewave.com/api/badge/kimbobmarley03-devpick-sh" alt="Featured on ClaudeWave: kimbobmarley03/devpick.sh" width="320" height="64" /></a>

More MCP Servers

devpick.sh alternatives