Anthropic Official Data

SQLite

Read + write access to a local SQLite database file — full CRUD, schema management.

87,861 stars 11,103 forks Last commit today Language TypeScript License MIT
Sign in to like, install, or save to a bundle → View on GitHub →

Install

npm install -g @modelcontextprotocol/server-sqlite

Maintainer? Add the badge

Listed on Prismix ← shows on your README, links back here
[![Listed on Prismix](https://prismix.dev/api/badge/mcp/anthropic-sqlite.svg)](https://prismix.dev/mcp/anthropic-sqlite)

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "sqlite": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sqlite", "/path/to/database.db"]
    }
  }
}

About

SQLite bridge for local-file DBs. Full CRUD (not just SELECT like the Postgres server) since SQLite files are usually scratch/dev workspaces. Schema introspection + index management included.

Recent releases (5)

All releases →

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Data servers