mcpbeat Sign in

QuestDB Web Console MCP Server

local only

QuestDB Web Console MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 20 Aug 2026.

Connects coding agents to a running QuestDB Web Console: notebook cells, SQL queries, and charts.

Installs per day peak 156 · avg 15 · -56% w/w
a month agotoday
101
Installs / week
npm · @questdb/mcp-server-questdb
1
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check QuestDB Web Console MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-server-questdb -- npx -y @questdb/mcp-server-questdb
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-questdb": {
      "args": [
        "-y",
        "@questdb/mcp-server-questdb"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-questdb]
command = "npx"
args = ["-y", "@questdb/mcp-server-questdb"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-questdb": {
      "args": [
        "-y",
        "@questdb/mcp-server-questdb"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-questdb": {
      "args": [
        "-y",
        "@questdb/mcp-server-questdb"
      ],
      "command": "npx"
    }
  }
}

Alternatives to QuestDB Web Console MCP Server

same job, measured the same way
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Sap Abap SQL
by daslab

Checks and fixes ABAP Open SQL for SAP's ADT data-preview console. Connects to nothing.

52 installs/wk local only
MCP Neo4j Cypher
by neo4j-contrib

A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.

6 915 installs/wk local only
SQL Preview
by fadnavismehul

Run governed SQL queries and inspect database schemas from MCP agents.

135 installs/wk local only
Raw SQL MCP
by kifopl

Execute raw SQL queries against SQL Server, SQLite, PostgreSQL, MySQL, and MariaDB.

local only
Postgres MCP
by pgedge

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

local only
Keboola
by keboola

Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

3 263 installs/wk answering

QuestDB Web Console MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for QuestDB Web Console MCP Server?
QuestDB Web Console MCP Server 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 @questdb/mcp-server-questdb was installed 101 times last week.
How do I connect QuestDB Web Console MCP Server?
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 @questdb/mcp-server-questdb straight from npm; nothing to host, nothing to sign up for.
How many people use QuestDB Web Console MCP Server?
The npm package @questdb/mcp-server-questdb was installed 101 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QuestDB Web Console MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.