SQLite (Node.js)

SQLite (Node.js)

johnnyoshika

Provides SQLite database access through Node.js, allowing you to query and manipulate SQLite databases directly from Claude Desktop.

16473 views12Local (stdio)

What it does

  • Execute SQL queries on SQLite databases
  • Create and modify database tables
  • Insert and update database records
  • Read database schemas and metadata
  • Perform database transactions

Best for

Data analysis and explorationLocal application developmentEnvironments where Python is unavailable
Node.js alternative to Python versionWorks via npx without installation

Alternatives