Data Studio MCP Server
Let your AI coding agent securely access all your databases, in plain language. Its 40 documented tools cover studio, sqlkit, cat, document. It runs locally over stdio via the published package.
People who work with studio, sqlkit and cat and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.
VERIFIED ACTIVE
LAST COMMIT 2026-09-06 · ★ 3 · #83 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18
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 studio, sqlkit, cat, document, 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
v0.1.8 · 2026-09-06
Install · toml · [dependencies] · data-studio-agent = { git = " tag = "v0.1.8" } · See the repository for documentation.
v0.1.7 · 2026-09-03
Install · toml · [dependencies] · data-studio-agent = { git = " tag = "v0.1.7" } · See the repository for documentation.
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.
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 #83 of 168 actively-maintained database servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-06)
- 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-09-18, its last commit was 2026-09-06 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 studio, sqlkit, cat, document, 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. ★ 20,017 · 2026-09-18
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,449 · 2026-09-18
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,562 · 2026-09-18
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,534 · 2026-09-18
- LINQ to DB Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB. ★ 3,328 · 2026-09-17
- Supabase MCP server for interacting with the Supabase platform ★ 2,910 · 2026-09-17
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,367
- ClaudeR - RStudio MCP Server → data & analytics companion data & analytics · ★ 342
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 980
More database MCP servers · Januscope · Analook - Competitor Intelligence · RE-call MCP Memory Server · TMDB MCP Server
More Rust MCP servers · Argot · siGit CLI · Si Git · Windbg MCP · Orion · see all