New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@devpick/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devpick/mcp-server

Developer tools for AI agents. Merge PDFs, calculate subnets, test regex, diff JSON — things your agent can't do alone. 43 tools, 100% local, no API keys.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
28
55.56%
Maintainers
1
Weekly downloads
 
Created
Source

@devpick/mcp-server

Developer tools for AI agents. Merge PDFs, calculate subnets, test regex, diff JSON — things your AI agent can't do alone.

43 tools • 100% local • No API keys • Works offline

From devpick.sh — developer tools that don't suck.

Install

Claude Code

claude mcp add devpick -- npx -y @devpick/mcp-server

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "devpick": {
      "command": "npx",
      "args": ["-y", "@devpick/mcp-server"]
    }
  }
}

VS Code (Copilot)

Add to .vscode/mcp.json:

{
  "servers": {
    "devpick": {
      "command": "npx",
      "args": ["-y", "@devpick/mcp-server"]
    }
  }
}

Codex

codex mcp add devpick -- npx -y @devpick/mcp-server

Tools

📄 PDF Operations

Your AI agent can't manipulate PDF files. Now it can.

ToolDescription
merge_pdfsMerge multiple PDFs into one
split_pdfExtract specific pages from a PDF
pdf_infoGet page count, metadata, dimensions
rotate_pdfRotate pages by 90°, 180°, or 270°
pdf_watermarkAdd text watermark to every page
remove_pdf_pagesRemove specific pages from a PDF

🧮 Computation

Things LLMs get wrong — subnet math, regex execution, cron scheduling.

ToolDescription
calculate_subnetCIDR subnet calculator (network, broadcast, hosts)
test_regexExecute regex against test strings with match details
parse_cronParse cron expression and show next N execution times
parse_jwtDecode JWT header + payload
calculate_chmodUnix permission octal ↔ symbolic conversion
json_diffStructural diff between two JSON objects
text_diffLine-by-line text comparison
generate_hashMD5, SHA-1, SHA-256, SHA-512 hashing

✨ Format & Validate

ToolDescription
format_jsonPrettify or minify JSON
format_sqlBeautify SQL queries
format_xmlFormat XML documents
format_htmlBeautify HTML
format_cssFormat CSS
validate_yamlValidate YAML syntax
validate_tomlValidate TOML syntax

🔐 Encode & Decode

ToolDescription
encode_base64 / decode_base64Base64 encoding/decoding
encode_url / decode_urlURL encoding/decoding
encode_html_entities / decode_html_entitiesHTML entity encoding
escape_string / unescape_stringString escape sequences

🔄 Convert

ToolDescription
yaml_to_json / json_to_yamlYAML ↔ JSON
csv_to_json / json_to_csvCSV ↔ JSON
json_to_typescriptGenerate TypeScript interfaces from JSON
markdown_to_htmlConvert Markdown to HTML
number_base_convertConvert between binary, octal, decimal, hex
hex_to_rgb / rgb_to_hexColor format conversion

🔧 Generate

ToolDescription
generate_uuidGenerate UUID v4
generate_lorem_ipsumGenerate placeholder text
generate_slugURL-friendly slug from text
generate_cron_expressionBuild cron expressions from description
count_wordsWord, character, sentence, paragraph count

Why?

Your AI coding agent can format JSON. It can encode Base64. But it can't:

  • Merge your PDF files
  • Calculate exact subnet boundaries without guessing
  • Execute a regex against 50 test strings and report matches
  • Diff two large JSON objects structurally

This MCP server gives your agent real tools for real work. Everything runs locally on your machine — no API keys, no network calls, no rate limits.

License

MIT — devpick.sh

Keywords

mcp

FAQs

Package last updated on 27 Feb 2026

Related posts