Dev Hub Solutions MCP Server
18 dev tools in one MCP — JSON formatter, JWT decoder, UUID v4/v7, password generator, hashes, Base64, regex tester, color converter, token counter and more.
Our own MCP server, built and maintained by Dev Hub Solutions. Bundles 18 of the dev tools you'd otherwise switch tabs for — JSON formatting, JWT decoding, UUID v4/v7 generation, secure password generation, regex testing, hashing (MD5 through SHA-512), Base64 / URL encoding, case conversion, color conversion (HEX → RGB / HSL / OKLCH), timezone conversion, QR code generation, token counting across Claude/GPT/Gemini, prompt restructuring — all callable from inside Claude Desktop, Claude Code, or Cursor without leaving the conversation. Everything runs locally in your client process; no network calls, no telemetry, no env vars required.
Install in your client
Copy and paste — no manual config. Replace placeholder values.
run in any terminal
claude mcp add devhubsolutions npx -y @dev-hub-solutions/mcpPackage: @dev-hub-solutions/mcp
Common use cases
- Have Claude decode a production JWT and tell you when it expires — without pasting the token into jwt.io
- Ask Claude to generate 50 UUID v7s for test fixtures and write them to a file in one shot
- Convert a HEX color from a design spec into OKLCH for your CSS variables without context-switching
- Run a regex against a real sample inside the chat where you're debugging it
- Compute SHA-256 of an arbitrary string mid-conversation for a quick integrity check
- Estimate token count and per-call cost for a prompt across every major model before you ship
Note
Open source (MIT). No environment variables, no file system access — the server only operates on data passed via tool arguments. Source on GitHub: github.com/Abdullah-Basim/devhubsolutions-mcp.