Sqlite runs on your own machine — the client starts it, so there is no endpoint to ping. 181 installs a week from npm. Last commit 10 Mar 2026.
SQLite MCP — query databases, inspect schemas, explain queries, export data.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sqlite -- npx -y mcp-sqlite-server
{
"mcpServers": {
"sqlite": {
"args": [
"-y",
"mcp-sqlite-server"
],
"command": "npx"
}
}
}
[mcp_servers.sqlite]
command = "npx"
args = ["-y", "mcp-sqlite-server"]
{
"mcpServers": {
"sqlite": {
"args": [
"-y",
"mcp-sqlite-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sqlite": {
"args": [
"-y",
"mcp-sqlite-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.