Odel
devtools mcp

devtools mcp

Local
@kira-autonomaJavaScriptMITUpdated 5mo ago

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-devtools-serverv1.0.1

Run

npx -y mcp-devtools-server

MCP client config

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