mcpbeat Sign in

Queue Pilot MCP Server

local only

Queue Pilot runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm.

MCP server for RabbitMQ and Kafka message inspection with JSON Schema validation

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 36 · avg 9 · -6% w/w
a month agotoday
38
Installs / week
npm · queue-pilot
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add queue-pilot -- npx -y queue-pilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "queue-pilot": {
      "args": [
        "-y",
        "queue-pilot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.queue-pilot]
command = "npx"
args = ["-y", "queue-pilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "queue-pilot": {
      "args": [
        "-y",
        "queue-pilot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "queue-pilot": {
      "args": [
        "-y",
        "queue-pilot"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RABBITMQ_URL (RabbitMQ Management API URL), RABBITMQ_USER (RabbitMQ username), RABBITMQ_PASS (RabbitMQ password), KAFKA_BROKERS (Comma-separated Kafka broker addresses), KAFKA_CLIENT_ID (Kafka client ID), KAFKA_SASL_MECHANISM (SASL mechanism: plain, scram-sha-256, scram-sha-512), KAFKA_SASL_USERNAME (SASL username), KAFKA_SASL_PASSWORD (SASL password). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Queue Pilot

same job, measured the same way
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
Alembica MCP
by open-and-sustainable

MCP server for Alembica validation, extraction, cost estimation, and schema queries.

local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
MySQL MCP Server
by musaddiq-dev

Python MCP server for MySQL database inspection and querying

79 installs/wk local only
Cron
by ryudi84

MCP server for cron expression parsing, validation, and scheduling.

local only
JWT
by ryudi84

MCP server for JWT decoding and inspection

local only
Acmt001 MCP
by sebastienrousseau

MCP server for ISO 20022 acmt.001 account management message generation and validation.

294 installs/wk local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only

Queue Pilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Queue Pilot?
Queue Pilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package queue-pilot was installed 38 times last week.
Is Queue Pilot still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Queue Pilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls queue-pilot straight from npm; nothing to host, nothing to sign up for.
How many people use Queue Pilot?
The npm package queue-pilot was installed 38 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.