Anthropic Official Data

SQLite

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

85,593 stars 10,674 forks Last commit 1d ago Language TypeScript License MIT
Sign in to like + track View on GitHub →

Install

npm install -g @modelcontextprotocol/server-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.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Data servers