Queue Pilot
Rank #16,510io.github.LarsCowe/queue-pilot
MCP server providing queue-pilot capabilities
Queue Pilot is a Model Context Protocol (MCP) server published by LarsCowe. It ranks #16,510 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Queue Pilot is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 14, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 115,536 of 132,046 servers on MCP Toplist.
Use Queue Pilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add queue-pilot -e "RABBITMQ_URL=<your RABBITMQ_URL>" -e "RABBITMQ_USER=<your RABBITMQ_USER>" -e "RABBITMQ_PASS=<your RABBITMQ_PASS>" -e "KAFKA_BROKERS=<your KAFKA_BROKERS>" -e "KAFKA_CLIENT_ID=<your KAFKA_CLIENT_ID>" -e "KAFKA_SASL_MECHANISM=<your KAFKA_SASL_MECHANISM>" -e "KAFKA_SASL_USERNAME=<your KAFKA_SASL_USERNAME>" -e "KAFKA_SASL_PASSWORD=<your KAFKA_SASL_PASSWORD>" -- npx -y queue-pilot --schemas "<filepath>"Replace each placeholder with your own value before saving.
[mcp_servers.queue-pilot]
command = "npx"
args = ["-y", "queue-pilot", "--schemas", "<filepath>"]
[mcp_servers.queue-pilot.env]
RABBITMQ_URL = "<your RABBITMQ_URL>"
RABBITMQ_USER = "<your RABBITMQ_USER>"
RABBITMQ_PASS = "<your RABBITMQ_PASS>"
KAFKA_BROKERS = "<your KAFKA_BROKERS>"
KAFKA_CLIENT_ID = "<your KAFKA_CLIENT_ID>"
KAFKA_SASL_MECHANISM = "<your KAFKA_SASL_MECHANISM>"
KAFKA_SASL_USERNAME = "<your KAFKA_SASL_USERNAME>"
KAFKA_SASL_PASSWORD = "<your KAFKA_SASL_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot",
"--schemas",
"<filepath>"
],
"env": {
"RABBITMQ_URL": "<your RABBITMQ_URL>",
"RABBITMQ_USER": "<your RABBITMQ_USER>",
"RABBITMQ_PASS": "<your RABBITMQ_PASS>",
"KAFKA_BROKERS": "<your KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<your KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<your KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<your KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<your KAFKA_SASL_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot",
"--schemas",
"<filepath>"
],
"env": {
"RABBITMQ_URL": "<your RABBITMQ_URL>",
"RABBITMQ_USER": "<your RABBITMQ_USER>",
"RABBITMQ_PASS": "<your RABBITMQ_PASS>",
"KAFKA_BROKERS": "<your KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<your KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<your KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<your KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<your KAFKA_SASL_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"queue-pilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"queue-pilot",
"--schemas",
"<filepath>"
],
"env": {
"RABBITMQ_URL": "<your RABBITMQ_URL>",
"RABBITMQ_USER": "<your RABBITMQ_USER>",
"RABBITMQ_PASS": "<your RABBITMQ_PASS>",
"KAFKA_BROKERS": "<your KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<your KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<your KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<your KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<your KAFKA_SASL_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot",
"--schemas",
"<filepath>"
],
"env": {
"RABBITMQ_URL": "<your RABBITMQ_URL>",
"RABBITMQ_USER": "<your RABBITMQ_USER>",
"RABBITMQ_PASS": "<your RABBITMQ_PASS>",
"KAFKA_BROKERS": "<your KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<your KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<your KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<your KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<your KAFKA_SASL_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"queue-pilot": {
"command": "npx",
"args": [
"-y",
"queue-pilot",
"--schemas",
"<filepath>"
],
"env": {
"RABBITMQ_URL": "<your RABBITMQ_URL>",
"RABBITMQ_USER": "<your RABBITMQ_USER>",
"RABBITMQ_PASS": "<your RABBITMQ_PASS>",
"KAFKA_BROKERS": "<your KAFKA_BROKERS>",
"KAFKA_CLIENT_ID": "<your KAFKA_CLIENT_ID>",
"KAFKA_SASL_MECHANISM": "<your KAFKA_SASL_MECHANISM>",
"KAFKA_SASL_USERNAME": "<your KAFKA_SASL_USERNAME>",
"KAFKA_SASL_PASSWORD": "<your KAFKA_SASL_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.LarsCowe%2Fqueue-pilot)<a href="https://mcptoplist.com/server/io.github.LarsCowe%2Fqueue-pilot"><img src="https://mcptoplist.com/badge/io.github.LarsCowe%2Fqueue-pilot.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
LarsCowe
Available versions (2)
| Version | Published |
|---|---|
| 0.5.1 | Feb 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Queue Pilot?
- Queue Pilot is maintained by LarsCowe, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Queue Pilot listed on the Official MCP Registry?
- Yes — Queue Pilot is listed on the Official MCP Registry.
- How many versions does Queue Pilot have?
- MCP Toplist tracks 2 versions of Queue Pilot, most recently published on Feb 14, 2026.
- Where can I find the source code for Queue Pilot?
- The source code for Queue Pilot is hosted at github.com/LarsCowe/queue-pilot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.