Skip to content
Cursor

Data Studio for Cursor

io.github.geek-fun/data-studio

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

client:Cursor transport:stdio runtime:npm

Install Data Studio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Data Studio in other clients