Skip to content
Cursor

devtools for Cursor

io.github.kira-autonoma/devtools

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

client:Cursor transport:stdio runtime:npm

Install devtools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

devtools in other clients