Skip to content
Claude Desktop

devkits for Claude Desktop

io.github.hezeclark/devkits

12 local developer tools: JSON, Base64, JWT, regex, hash, UUID, Markdown, diff, cron.

client:Claude Desktop transport:stdio runtime:npm

Install devkits in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "devkits": {
      "command": "npx",
      "args": [
        "-y",
        "devkits-mcp-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

devkits in other clients