mcpbeat Sign in

Sqlite MCP Server

local only

Sqlite MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 8 installs a week from pypi.

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

The linked repository no longer exists on GitHub — it was deleted or made private.

8
Installs / week
pypi · sqlite-mcp-server-enhanced
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add sqlite-mcp-server -- uvx sqlite-mcp-server-enhanced
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sqlite-mcp-server": {
      "args": [
        "sqlite-mcp-server-enhanced"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sqlite-mcp-server]
command = "uvx"
args = ["sqlite-mcp-server-enhanced"]
.cursor/mcp.json
{
  "mcpServers": {
    "sqlite-mcp-server": {
      "args": [
        "sqlite-mcp-server-enhanced"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sqlite-mcp-server": {
      "args": [
        "sqlite-mcp-server-enhanced"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sqlite MCP Server

same job, measured the same way
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Google Health MCP
by partymola

MCP server for the Google Health API, with a local SQLite cache and trend analysis.

1 343 installs/wk local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

1 062 installs/wk local only
Memory MCP Server
by j0hanz

SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.

54 installs/wk local only
Finance Intelligence MCP
by ronit-019

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

68 installs/wk local only
db-mcp (SQLite MCP Server)
by neverinfamous

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

69 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only

Sqlite MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sqlite MCP Server?
Sqlite MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package sqlite-mcp-server-enhanced was installed 8 times last week.
Is Sqlite MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Sqlite MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sqlite-mcp-server-enhanced straight from pypi; nothing to host, nothing to sign up for.
How many people use Sqlite MCP Server?
The pypi package sqlite-mcp-server-enhanced was installed 8 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.