mcpbeat Sign in

Data Studio MCP Server

local only

Data Studio runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 6 Sep 2026.

Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps

Installs per day peak 26 · avg 11 · +72% w/w
a month agotoday
63
Installs / week
npm · @geek-fun/data-studio-mcp
3
Stars
4 open issues
6 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/data-studio-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable packages/data-studio-mcp/src/discovery.ts:36
  if (platform === 'darwin') return path.join(home, 'Library', 'Application Support', bundleId);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Data Studio

same job, measured the same way
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Read Only Local Postgres MCP Server
by hove

MCP server for read-only PostgreSQL database queries in Claude Desktop

159 installs/wk local only
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Read Only Local Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

264 installs/wk local only
C
Read Only Mysql MCP Server
by hove

MCP server for read-only MySQL database queries in Claude Desktop

local only
Dokploy MCP Server
by sapientsai

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

110 installs/wk local only
Dokploy MCP Server
by jordanburke

Dokploy MCP server: manage apps, Docker Compose, databases, domains, backups, and servers.

local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only

Data Studio — questions

Answers built from our own checks of this server.

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