Enterprise DNA
M MCP Servers Developer low

jparkerweb/mcp-sqlite

by Various

πŸ‡ Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities

J

MCP

jparkerweb/mcp-sqlite

Added 1 June 2026

#aitooling #cursor #database #development #equill-service #mcp #nodejs #sqlite

Overview

An MCP server that enables AI assistants to interact with SQLite databases. It exposes database operations like querying, inserting, and schema exploration through the Model Context Protocol. Built in JavaScript, it can be self-hosted and configured by developers.

Best for

Best for
Developers building AI assistants that need local or embedded database access

Use cases

  • Querying databases via natural language through an AI assistant
  • Automating database tasks with LLM-driven agents
  • Integrating SQLite data into AI workflows for context and retrieval

How to use

Tools exposed

  • db_info
  • list_tables
  • get_table_schema
  • create_record
  • read_records
  • update_records
  • delete_records
  • query

Tested with

Cursor, VS Code

Example client config

{\n    "mcpServers": {\n        "MCP SQLite Server": {\n            "command": "npx",\n            "args": [\n                "-y",\n                "mcp-sqlite",\n                "<path-to-your-sqlite-database.db>"\n            ]\n        }\n    }\n}

Notes

An MCP server that enables AI assistants to interact with SQLite databases. It exposes database operations like querying, inserting, and schema exploration through the Model Context Protocol. Built in JavaScript, it can be self-hosted and configured by developers.

107 stars on GitHub. Last updated 2026-04-05. Licensed MIT.

Use cases

  • Querying databases via natural language through an AI assistant
  • Automating database tasks with LLM-driven agents
  • Integrating SQLite data into AI workflows for context and retrieval

Pros

  • Simple to set up with standard MCP clients
  • Handles common SQLite operations including schema introspection
  • Active open-source project with responsive maintainer

Cons

  • Requires MCP-compatible client or host
  • No built-in authentication for database access
  • Limited to SQLite; not for production multi-user databases

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Simple to set up with standard MCP clients
  • Handles common SQLite operations including schema introspection
  • Active open-source project with responsive maintainer

Cons

  • Requires MCP-compatible client or host
  • No built-in authentication for database access
  • Limited to SQLite; not for production multi-user databases
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks