← Claude MCP Servers Directory

🗄️

SQLite MCP Server

Community

About

Query and manage SQLite databases. Execute SQL queries and manage local database files.

Features

  • Execute SQL queries
  • Database schema inspection
  • Table management
  • Data manipulation

Installation

Using Claude Desktop

Add this configuration to your Claude Desktop config file:

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

Using Cursor

Configure in your Cursor settings (Settings > MCP):

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

How to Use

Once installed, you can ask your AI assistant to:

  • "Query local database"
  • "Inspect database schema"
  • "Manage database records"