Queue Pilot for Claude Desktop
io.github.larscowe/queue-pilot
MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation
client:Claude Desktop
transport:stdio
runtime:npm
Install Queue Pilot in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot"
],
"env": {
"RABBITMQ_URL": "<RABBITMQ_URL>",
"RABBITMQ_USER": "<RABBITMQ_USER>",
"RABBITMQ_PASS": "<RABBITMQ_PASS>",
"KAFKA_BROKERS": "<KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<KAFKA_SASL_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs