MCP.so
Sign In

MCP SQLite Server

@kelnishi

About MCP SQLite Server

TypeScript implementation of the Sqlite MCP Server

Basic information

Category

Databases

Runtime

node

Transports

stdio

Publisher

kelnishi

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-sqlite-ts": {
      "command": "npx",
      "args": [
        "mcp-sqlite-server",
        "./sqlite.db"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP SQLite Server?

A Model Context Protocol (MCP) server for SQLite interactions. It allows Claude and other MCP-enabled AI models to interact with an SQLite database.

How to use MCP SQLite Server?

Install and run via npx with the command: npx mcp-sqlite-server ./sqlite.db. Provide the path to an SQLite database file as the argument.

Key features of MCP SQLite Server

Use cases of MCP SQLite Server

FAQ from MCP SQLite Server

Comments

More Databases MCP servers