DevKits MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DevKits MCP ServerDecode this Base64: SGVsbG8gV29ybGQ="
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@hezeclark1987/devkits-mcp-server
12 developer tools for AI assistants — powered by DevKits
An MCP (Model Context Protocol) server that exposes DevKits developer utilities directly inside Claude Desktop, Cursor, Continue, and any other MCP-compatible AI tool. All tools run locally with no external API calls.
About DevKits
DevKits is your all-in-one developer toolkit with 200+ free online tools:
Format & Validate: JSON, XML, CSS, HTML
Encode & Decode: Base64, JWT, URL, HTML entities
Generate: UUIDs, hashes, QR codes, passwords
Convert: Markdown to HTML, timestamps, colors
Analyze: Regex testing, cron expressions, text diffs
And more: Crypto, finance, devops, security tools
Why DevKits?
100% Free — No signup required
Privacy First — Everything runs in your browser
Works Offline — PWA support for offline usage
200+ Tools — One stop shop for all developer needs
Pro Version: Unlock 24 pro tools for $9 one-time (vs $168/year for Postman)
👉 Visit aiforeverthing.com now!
Related MCP server: devtools-mcp
Installation
Option A — npx (no install)
npx @hezeclark1987/devkits-mcp-serverOption B — global install
npm install -g @hezeclark1987/devkits-mcp-serverClaude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": ["@hezeclark1987/devkits-mcp-server"]
}
}
}Cursor Configuration
Add to .cursor/mcp.json in your project root, or to the global ~/.cursor/mcp.json:
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": ["@hezeclark1987/devkits-mcp-server"]
}
}
}Continue (VS Code) Configuration
Add to ~/.continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["@hezeclark1987/devkits-mcp-server"]
}
}
]
}
}Available Tools
Tool | Description | Parameters |
| Format & validate JSON |
|
| Encode text to Base64 |
|
| Decode Base64 to text |
|
| Decode JWT header & payload |
|
| Test regex against input |
|
| URL-encode a string |
|
| URL-decode a string |
|
| Generate SHA/MD5 hash |
|
| Generate UUID v4 |
|
| Convert Markdown to HTML |
|
| Line-by-line text diff |
|
| Parse & explain cron expression |
|
Examples
Format JSON:
Use devkits_json_format to pretty-print {"name":"Alice","age":30}Decode a JWT:
Decode this JWT with devkits_jwt_decode: eyJhbGciOiJIUzI1NiJ9...Generate hashes:
Hash the string "hello world" with sha256 using devkits_hash_generateParse a cron expression:
Explain the cron expression "0 9 * * 1-5" using devkits_cron_parseBuild from Source
git clone https://github.com/hezeclark1987/devkits-mcp
cd devkits-mcp
npm install
npm run build
npm startLicense
MIT — built with love by DevKits
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hezeclark1987/devkits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server