sqlite-explorer-fastmcp-mcp-server logo

sqlite-explorer-fastmcp-mcp-serverAn MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQ

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

This is an MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). It is built with the FastMCP framework, enabling LLMs to explore and query SQLite databases with built-in safety features and query validation. The server exposes tools for read-only operations like executing SELECT queries, listing tables, and describing table schema. It is designed to work with Claude Desktop or the Cline VSCode plugin.

Key features

  • read_query: Execute a SELECT query on the database
  • list_tables: List all available tables in the database
  • describe_table: Get detailed schema information for a table
  • Query validation and sanitization
  • Parameter binding support

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

Database Exploration

Use the MCP server to explore and query a SQLite database in a safe and controlled environment.

Data Analysis

Leverage the server's read_query tool to execute SELECT queries and retrieve data from a SQLite database for analysis.

Pros & Cons

Pros

  • Provides safe, read-only access to SQLite databases
  • Includes built-in query validation and sanitization
  • Supports parameter binding for secure query execution
  • Enforces row limits for query results

Cons

  • Requires Python 3.6+ and a SQLite database file
  • Limited to read-only operations

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

How do I integrate the server with Claude Desktop or the Cline VSCode plugin?

For Claude Desktop, install via FastMCP (`fastmcp install sqlite_explorer.py name SQLite Explorer e SQLITE_DB_PATH=/path/to/db`). For Cline, add a server entry in the plugin’s settings pointing to the script and set the SQLITE_DB_PATH environment variable as shown in the documentation.

Asked by Dalia Haddad · May 21, 2026

Can the server modify data in the SQLite database?

No. The server is read‑only; it only supports SELECT queries, listing tables, and describing schemas, with built‑in validation and row‑limit enforcement to prevent writes.

Asked by Tomáš Novák · Mar 26, 2026

What environment setup is required to run the SQLite Explorer MCP server?

You need Python 3.6+ and a SQLite database file whose path is provided via the SQLITE_DB_PATH environment variable. Install dependencies with `pip install -r requirements.txt`.

Asked by Farah Rahimi · Feb 12, 2026

Ask a question

MCP Servers alternatives