Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tamperchrome": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tamperchrome"
]
}
}
}