drio
Open app

SQLite MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

SQLite MCP Server is a Model Context Protocol server implementation that facilitates database interactions and business intelligence capabilities using SQLite. It enables users to run SQL queries, analyze data, and automatically generate business insight memos.

To use SQLite MCP Server, install Bun, clone the repository, install dependencies, and run the setup script to configure the server. Follow the instructions in the README for details on setting it up with Claude Desktop.

  • Supports executing SQL queries (SELECT, INSERT, UPDATE, DELETE) - Provides an interactive prompt for guiding users through database operations - Generates a continuously updated business insights memo - Auto-configuration with Claude Desktop
  1. Analyzing business data to derive insights
  2. Running complex SQL queries for data management
  3. Generating automated business insight reports

Add to your AI client

Use these steps to connect SQLite MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-sqlite-bun-server-jacksteamdev": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sqlite-bun-server-jacksteamdev"
      ]
    }
  }
}

FAQ

Can I run complex SQL queries with this server?

Yes! The server supports various SQL operations including SELECT, INSERT, UPDATE, and DELETE.

Is there a cost to use SQLite MCP Server?

No! SQLite MCP Server is open-source and free to use.

How do I update business insights in the server?

You can use the 'append-insight' tool to add new business insights based on your data analysis.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":248,"uuid":"2a3152da-2c6e-4d03-a7fc-94d965089846","name":"mcp-sqlite-bun-server","title":"SQLite MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/23390212?v=4","created_at":"2024-12-13T10:43:36.382Z","updated_at":"2024-12-13T12:28:12.676Z","status":"created","author_name":"jacksteamdev","author_avatar_url":"https://avatars.githubusercontent.com/u/23390212?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/jacksteamdev/mcp-sqlite-bun-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/62ebe7735f23478358b7fab072efd6afeec41a3ff771c600f5591dc30d515909/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f6c6537703833733338632f6261646765","type":null,"metadata":"{\"star\":\"9\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-25 09:01:01\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]