sz84.net
MCP ServersSQLite MCP

SQLite MCP

The official SQLite MCP server enables AI models to interact with local SQLite databases. It provides a simple and effective way to query data, manage tables, and perform database operations without leaving your AI chat environment. Ideal for local application development and personal data management projects.

DatabaseSQLSQLiteOfficialfree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sqlite",
        "/path/to/your/database.db"
      ]
    }
  }
}

Key Features

Query and manipulate local SQLite database files

Automatic schema detection and inspection

Efficient data retrieval and processing

Lightweight and easy to configure

Server Details

The official SQLite MCP server enables AI models to interact with local SQLite databases. It provides a simple and effective way to query data, manage tables, and perform database operations without leaving your AI chat environment. Ideal for local application development and personal data management projects.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub