The MCP SQLite Server is a real MCP server implementation that exposes SQLite databases to MCP-compatible AI clients for local data exploration and automation.
- Repository:
modelcontextprotocol/servers-archived (archived official reference servers)
- Common package:
@modelcontextprotocol/server-sqlite
- Status: Archived reference server in the official MCP servers ecosystem
- Inspect tables and schema
- Run SQL queries on local
.db files
- Return structured query results to clients
- Local development database inspection
- Embedded app data analysis
- Small internal tooling workflows
npx -y @modelcontextprotocol/server-sqlite /path/to/database.sqlite
- Limit access to approved database files
- Prefer read-only database mounts where possible
- Avoid exposing sensitive local application data broadly
- Review archived status before production use