
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
devkits-mcp-server
Advanced tools
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.
npx @devkits/mcp-server
npm install -g @devkits/mcp-server
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": ["@devkits/mcp-server"]
}
}
}
Add to .cursor/mcp.json in your project root, or to the global ~/.cursor/mcp.json:
{
"mcpServers": {
"devkits": {
"command": "npx",
"args": ["@devkits/mcp-server"]
}
}
}
Add to ~/.continue/config.json:
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "stdio",
"command": "npx",
"args": ["@devkits/mcp-server"]
}
}
]
}
}
| Tool | Description | Parameters |
|---|---|---|
devkits_json_format | Format & validate JSON | json, indent? |
devkits_base64_encode | Encode text to Base64 | text |
devkits_base64_decode | Decode Base64 to text | encoded |
devkits_jwt_decode | Decode JWT header & payload | token |
devkits_regex_test | Test regex against input | pattern, text, flags? |
devkits_url_encode | URL-encode a string | url |
devkits_url_decode | URL-decode a string | encoded |
devkits_hash_generate | Generate SHA/MD5 hash | text, algorithm? |
devkits_uuid_generate | Generate UUID v4 | count? |
devkits_markdown_to_html | Convert Markdown to HTML | markdown |
devkits_diff_compare | Line-by-line text diff | text1, text2 |
devkits_cron_parse | Parse & explain cron expression | expression |
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_generate
Parse a cron expression:
Explain the cron expression "0 9 * * 1-5" using devkits_cron_parse
git clone https://github.com/nicekid1/devkits-mcp
cd devkits-mcp
npm install
npm run build
npm start
MIT — built with love by DevKits
FAQs
MCP Server for DevKits — 110+ developer tools for AI assistants
The npm package devkits-mcp-server receives a total of 20 weekly downloads. As such, devkits-mcp-server popularity was classified as not popular.
We found that devkits-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.