MCP server enabling full SQLite database CRUD, introspection, and custom SQL query execution.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Sqlite.
tableNameCallable MCP tool function
tableCallable MCP tool function
dataCallable MCP tool function
conditionsCallable MCP tool function
limitCallable MCP tool function
offsetCallable MCP tool function
This is a Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.

Define the command in your IDE's MCP Server settings:
e.g. Cursor:
e.g. VSCode:

Your database path must be provided as an argument.
Get detailed information about the connected database.
Example:
List all tables in the database.
Example:
Get detailed information about a table's schema.
Parameters:
tableName (string): Name of the tableExample:
Insert a new record into a table.
Parameters:
table (string): Name of the tabledata (object): Record data as key-value pairsExample:
Query records from a table with optional filtering.
Parameters:
table (string): Name of the tableconditions (object, optional): Filter conditions as key-value pairslimit (number, optional): Maximum number of records to returnoffset (number, optional): Number of records to skipExample:
Update records in a table that match specified conditions.
Parameters:
table (string): Name of the tabledata (object): New values as key-value pairsconditions (object): Filter conditions as key-value pairsExample:
Delete records from a table that match specified conditions.
Parameters:
table (string): Name of the tableconditions (object): Filter conditions as key-value pairsExample:
Execute a custom SQL query against the connected SQLite database.
Parameters:
sql (string): The SQL query to executevalues (array, optional): Array of parameter values to use in the queryExample:
If you enjoy this library please consider sending me a tip to support my work ๐
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/jparkerweb-mcp-sqlite)<a href="https://allmcps.com/mcp/jparkerweb-mcp-sqlite"><img src="https://allmcps.com/api/badge/jparkerweb-mcp-sqlite?style=directory" alt="MCP Sqlite on AllMCPs" /></a>