Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bruno": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bruno"
]
}
}
}