Data Studio MCP Server

Let your AI coding agent securely access all your databases, in plain language. Its 40 documented tools cover data, studio, sqlkit, cat. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 3 · #50 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Data Studio

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add geek-fun-data-studio-agent -- npx -y @geek-fun/data-studio-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "geek-fun-data-studio-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@geek-fun/data-studio-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @geek-fun/data-studio-mcp - published under the repo owner's npm scope (@geek-fun)

registry namespace io.github.geek-fun is GitHub-verified and matches the repo owner

03 · What Data Studio can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 40 documented tools spanning data, studio, sqlkit, cat, including data_studio__list_connections, data_studio__get_status, data_studio__sqlkit__list_databases, data_studio__sqlkit__list_schemas.

The 40 tools it gives your agent

Extracted from the project's README - what Data Studio lets an agent do.

data_studio__list_connections
- Server
data_studio__get_status
- Server
data_studio__sqlkit__list_databases
- sqlkit
data_studio__sqlkit__list_schemas
- sqlkit
data_studio__sqlkit__list_tables
- sqlkit
data_studio__sqlkit__get_schema
- sqlkit
data_studio__sqlkit__describe_table
- sqlkit
data_studio__sqlkit__explain_query
- sqlkit
data_studio__sqlkit__list_indexes
- sqlkit
data_studio__sqlkit__list_foreign_keys
- sqlkit
data_studio__sqlkit__list_views
- sqlkit
data_studio__sqlkit__list_procedures
- sqlkit
show all 40 tools
data_studio__sqlkit__list_functions
- sqlkit
data_studio__sqlkit__list_triggers
- sqlkit
data_studio__sqlkit__get_table_info
- sqlkit
data_studio__sqlkit__get_foreign_keys
- sqlkit
data_studio__sqlkit__list_sessions
- sqlkit
data_studio__sqlkit__get_slow_queries
- sqlkit
data_studio__sqlkit__list_connections
- sqlkit
data_studio__sqlkit__execute_query
- sqlkit
data_studio__sqlkit__get_object_ddl
- sqlkit
data_studio__sqlkit__execute_write
- sqlkit
data_studio__sqlkit__kill_session
- sqlkit
data_studio__sqlkit__grant_privilege
- sqlkit
data_studio__sqlkit__revoke_privilege
- sqlkit
data_studio__sqlkit__execute_delete
- sqlkit
data_studio__sqlkit__execute_ddl
- sqlkit
data_studio__es__search
- dockit · Elasticsearch
data_studio__es__get_document
- dockit · Elasticsearch
data_studio__es__cat_indices
- dockit · Elasticsearch
data_studio__es__get_mapping
- dockit · Elasticsearch
data_studio__es__cat_aliases
- dockit · Elasticsearch
data_studio__es__get_alias
- dockit · Elasticsearch
data_studio__es__count
- dockit · Elasticsearch
data_studio__es__cluster_health
- dockit · Elasticsearch
data_studio__es__cat_nodes
- dockit · Elasticsearch
data_studio__es__cat_shards
- dockit · Elasticsearch
data_studio__es__list_snapshots
- dockit · Elasticsearch
data_studio__es__index_document
- dockit · Elasticsearch
data_studio__es__update_document
- dockit · Elasticsearch

Latest releases

data-studio-mcp-v0.1.12 · 2026-08-14

Install · bash · npx @geek-fun/data-studio-mcp · Requires dockit or sqlkit running on the same machine.

v0.1.6 · 2026-08-11

Install · toml · [dependencies] · data-studio-agent = { git = " tag = "v0.1.6" } · See the repository for documentation.

data-studio-mcp-v0.1.10 · 2026-08-09

Install · bash · npx @geek-fun/data-studio-mcp · Requires dockit or sqlkit running on the same machine.

04 · Who maintains Data Studio

Data Studio is maintained by geek-fun. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
database - ranked #50 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-14)
registry
io.github.geek-fun/data-studio (active, first published 2026-08-09 · 3 versions)
packages
npm:@geek-fun/data-studio-mcp

06 · Data Studio FAQ

Is Data Studio still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Data Studio do?

An agent gets 40 documented tools spanning data, studio, sqlkit, cat, including data_studio__list_connections, data_studio__get_status, data_studio__sqlkit__list_databases, data_studio__sqlkit__list_schemas.

How do I install Data Studio?

Run `npx -y @geek-fun/data-studio-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Data Studio run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Data Studio

More database MCP servers · Analook - Competitor Intelligence · RE-call MCP Memory Server · TMDB MCP Server · Dbmcp

More Rust MCP servers · Argot · Si Git · Windbg MCP · Orion · Doom MCP · see all