Back to Browse

SQLite MCP Server

Data & AnalyticsLow Risk9.0Local
Free

Local SQLite database interaction with full CRUD operations

About

The SQLite MCP Server provides local SQLite database interaction with full CRUD operations. Your AI assistant can create databases, define tables, insert data, run queries, and manage schemas on local SQLite files.

Part of the official MCP reference servers, this server makes it easy to work with SQLite databases for prototyping, local data storage, and application development. It supports all standard SQL operations on local database files.

Great for rapid prototyping, local data analysis, and working with embedded databases without needing a separate database server.

Security Report

9.0
Low Risk9.0Low Risk

Official reference server for local SQLite databases. No network access required. File-based access control.

4 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/path/to/database.db"
      ],
      "env": {}
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Version History

v2.1.0Dec 15, 2025Re-scanned

Added support for streaming responses and improved error handling for rate-limited requests.

v2.0.0Nov 1, 2025Re-scanned

Major release: new tool registration API, breaking changes to configuration format. See migration guide.

v1.5.0Sep 20, 2025Re-scanned

Added OAuth 2.0 support and improved connection pooling.

v1.0.0Jul 1, 2025Re-scanned

Initial stable release.

SQLite MCP Server - Local SQLite database interaction with full CRUD operations | MCP Marketplace