Skip to content
MCP Server Community

SQLite MCP Server

A Model Context Protocol server that provides read and write access to local SQLite databases.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-sqlite

Detailed Documentation

A Model Context Protocol server that provides read and write access to local SQLite databases.

Configuration

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