Dev Hub Solutions

Product studio

Get in touch
DataOfficial

SQLite MCP Server

Query a local SQLite database. Perfect for analytics throwaways.

queriestable introspection

The SQLite MCP server gives your AI client read and query access to a local SQLite database file. Ideal for analytics throwaways, local data exploration, or building small apps where SQLite is the storage layer. Lighter than the Postgres server because there's no network — the database is just a file path.

Install in your client

Copy and paste — no manual config. Replace placeholder values.

run in any terminal

claude mcp add sqlite uvx mcp-server-sqlite

Package: mcp-server-sqlite

Common use cases

  • Quickly query a SQLite export of production data on your local machine
  • Explore the schema of a vendor-supplied SQLite file (export from another tool)
  • Build prompts that reference structured data without standing up a database server