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
- repository
- github.com/geek-fun/data-studio-agent
- 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
Alternatives to Data Studio
Maintained database servers if Data Studio isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- Supabase MCP server for interacting with the Supabase platform ★ 2,871 · 2026-08-22
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
Pairs well with
Servers that cover what Data Studio doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
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