chucker (MCP Server)

GitHub

๐Ÿ”Ž An HTTP inspector for Android & OkHTTP (like Charles but on device)

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chucker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-chucker"
      ]
    }
  }
}