SQLite
by Anthropic (reference)
SQLite
4,5002,219/mov0.0.2stdioVerified on npm
Data AnalysisMCP / Integrations
Install & run
Add to claude_desktop_config.json:
{
"mcpServers": {
"sqlite": {
"command": "npx",
"args": [
"-y",
"mcp-server-sqlite"
]
}
}
}Overview
Query and explore a local SQLite database, plus lightweight business-insight tooling. A simple way to give an assistant access to structured local data.
Tools (3)
read_queryRun a SELECT query
list_tablesList tables
describe_tableShow table schema
Key features
- Local SQLite access
- Schema exploration
- Insight tooling
Use cases
- Query a local database
- Prototype data apps
- Analyse structured data
Frequently asked questions about SQLite
No — SQLite is a local file database.
Did you find this helpful?