Skip to content
MCP Server Community By @modelcontextprotocol

SQLite

Database interaction and business intelligence capabilities.

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

Install guide →
Connected Apps: SQLite Claude Desktop

Installation Guide

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

Detailed Documentation

Database interaction and business intelligence capabilities.

Configuration

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