Skip to main content
DatabasesTypeScript

jparkerweb/mcp-sqlite

Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jparkerweb/mcp-sqlite

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "jparkerweb/mcp-sqlite"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
jparkerweb