Skip to content

SQLite

Free

by MCP Community

Lightweight local database access for querying and managing SQLite files.

v1.0.0Added Nov 25, 2024
sqlitesqlembedded
Works with:ClaudeGPTGeminiCopilot

SQLite MCP Server

Lightweight local database access for querying and managing SQLite files.

Features

  • Query Execution
  • Schema Inspector
  • Import/Export
  • Multi-file support

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y @modelcontextprotocol/server-sqlite
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sqlite"]
    }
  }
}