Database MCP Server
Rank #55,893io.github.arifulislamat/database-mcp-libsql
MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.
Database MCP Server is a Model Context Protocol (MCP) server published by arifulislamat. It ranks #55,893 of 132,405 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Database MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 12, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 76,512 of 132,405 servers on MCP Toplist.
Use Database MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add database-mcp-libsql -e "LIBSQL_URL=<your LIBSQL_URL>" -e "LIBSQL_AUTH_TOKEN=<your LIBSQL_AUTH_TOKEN>" -- npx -y @database-mcp/libsqlReplace each placeholder with your own value before saving.
claude mcp add database-mcp-libsql -e "LIBSQL_URL=<your LIBSQL_URL>" -e "LIBSQL_AUTH_TOKEN=<your LIBSQL_AUTH_TOKEN>" -- uvx database-mcp-libsqlReplace each placeholder with your own value before saving.
[mcp_servers.database-mcp-libsql]
command = "npx"
args = ["-y", "@database-mcp/libsql"]
[mcp_servers.database-mcp-libsql.env]
LIBSQL_URL = "<your LIBSQL_URL>"
LIBSQL_AUTH_TOKEN = "<your LIBSQL_AUTH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.database-mcp-libsql]
command = "uvx"
args = ["database-mcp-libsql"]
[mcp_servers.database-mcp-libsql.env]
LIBSQL_URL = "<your LIBSQL_URL>"
LIBSQL_AUTH_TOKEN = "<your LIBSQL_AUTH_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "uvx",
"args": [
"database-mcp-libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "uvx",
"args": [
"database-mcp-libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"database-mcp-libsql": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"database-mcp-libsql": {
"type": "stdio",
"command": "uvx",
"args": [
"database-mcp-libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "uvx",
"args": [
"database-mcp-libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "npx",
"args": [
"-y",
"@database-mcp/libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"database-mcp-libsql": {
"command": "uvx",
"args": [
"database-mcp-libsql"
],
"env": {
"LIBSQL_URL": "<your LIBSQL_URL>",
"LIBSQL_AUTH_TOKEN": "<your LIBSQL_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.arifulislamat%2Fdatabase-mcp-libsql)<a href="https://mcptoplist.com/server/io.github.arifulislamat%2Fdatabase-mcp-libsql"><img src="https://mcptoplist.com/badge/io.github.arifulislamat%2Fdatabase-mcp-libsql.svg" alt="MCP Toplist: Top 50% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
arifulislamat
Available versions (2)
| Version | Published |
|---|---|
| 0.4.2 | Jul 16, 2026 |
| 0.4.1 | Jul 12, 2026 |
Frequently asked questions
- Who maintains Database MCP Server?
- Database MCP Server is maintained by arifulislamat, which publishes 11 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Database MCP Server listed on the Official MCP Registry?
- Yes — Database MCP Server is listed on the Official MCP Registry.
- How many versions does Database MCP Server have?
- MCP Toplist tracks 2 versions of Database MCP Server, most recently published on Jul 16, 2026.
- Where can I find the source code for Database MCP Server?
- The source code for Database MCP Server is hosted at github.com/arifulislamat/database-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.