Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. MCP Libsql
MCP Libsql logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:17:17 PM

MCP Libsql

User RatingsBe the first to rate and review this MCP server!
View Repository21 GitHub StarsTotal stargazers on GitHub for the source repository (21 stars).Visit Website
libsqldatabasetursomcptypescript

MCP server for querying and managing local or remote libSQL databases from compatible AI clients.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for xexr/mcp-libsql, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Overview

The xexr/mcp-libsql MCP server exposes libSQL database operations through MCP tools for clients such as Claude Desktop and Cursor. It runs on Node.js and accepts a database URL for file-based, HTTP, or Turso connections. Database access includes reads, writes, schema changes, table listing, and schema inspection, with transaction handling and SQL security validation. Reach for it when an agent needs controlled access to a libSQL database rather than a general-purpose database connector.

Use cases

β€’Query a local libSQL database from Claude Desktop
β€’Apply transactional data changes through an MCP client
β€’Inspect tables and schemas with agent tools
β€’Connect an agent to a Turso database
β€’Create or alter libSQL tables through validated operations

Key features

β€’SELECT, INSERT, UPDATE, and DELETE operations
β€’Table creation and structural changes
β€’Table listing and schema inspection
β€’SQL injection validation
β€’Transaction rollback on errors
β€’Local, HTTP, and Turso database URLs

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Libsql.

Extracted Tool Capabilities
SELECT, INSERT, UPDATE, and DELETE operations
Table creation and structural changes
Table listing and schema inspection
SQL injection validation
Transaction rollback on errors
Local, HTTP, and Turso database URLs

How MCP Libsql works

What xexr/mcp-libsql MCP server does

The xexr/mcp-libsql MCP server connects MCP-compatible clients to libSQL databases. It supports local database files and remote endpoints, including Turso URLs, through a command-line server written in TypeScript for Node.js.

The server provides six database operations: executing read-only SELECT statements, applying INSERT/UPDATE/DELETE statements, creating tables, changing table structures, listing tables, and inspecting table schemas. Table and query responses can be formatted for readability, including handling for NULL values. Operations also expose performance information and return errors with contextual details.

How it works

Start the server with a database URL supplied through the --url option. Examples in the project use file:///tmp/test.db for a local database, an HTTP URL for a remote endpoint, and a libsql:// URL for Turso. MCP clients start the process and communicate with it using their normal server configuration.

For authenticated databases, the server accepts a token through LIBSQL_AUTH_TOKEN or the --auth-token command-line option. The documentation recommends the environment variable because command-line arguments can be visible in process listings. File-based databases do not require a token.

The xexr/mcp-libsql MCP server applies multiple layers of SQL injection validation. Write operations support transactions, with rollback when an operation fails. Connection pooling, health checks, retry behavior, and audit logging are included in the documented reliability and security features.

Setup and configuration

Node.js 20 or newer and a package manager such as pnpm or npm are required. The documented global installation command is:

bash
pnpm install -g @xexr/mcp-libsql

After installation, run mcp-libsql with a database URL. The project also supports installation from source by cloning the repository, installing dependencies, building the project, and starting node dist/index.js.

Claude Desktop configuration uses the installed mcp-libsql executable and passes --url in the server's args array. The README includes platform-specific examples for macOS, Linux, and Windows through WSL2. Development mode is available with --dev, and logging can target the console, a file, or both through --log-mode.

Tools and capabilities

  • Run validated SELECT queries with read-query.
  • Apply data changes with write-query, including transaction support.
  • Create tables with create-table.
  • Add, rename, or drop table structures with alter-table.
  • Browse database metadata with filtered list-tables requests.
  • Inspect schemas using describe-table and its supported output formats.
  • Use parameterized queries for safer value handling.

Limitations and notes

The server requires a libSQL-compatible database URL and does not document support for unrelated database engines. Remote credentialed databases need an authentication token, while local file databases can run without one. The README describes Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients; client-specific configuration may differ. Tokens placed in MCP configuration files should be protected from version control, and the project recommends scoped tokens, secret management, and regular rotation for production use.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    πŸ—„οΈ Databases3 views
    Compare vs MCP Server Mysql β†’
  • Mongo MCP logoMongo MCP

    MongoDB integration that enables LLMs to interact directly with databases.

    πŸ—„οΈ Databases3 views
    Compare vs Mongo MCP β†’
  • Airtable MCP Server logoAirtable MCP Server

    Airtable database integration with schema inspection, read and write capabilities

    πŸ—„οΈ Databases2 views
    Compare vs Airtable MCP Server β†’
  • MCP Mysql Server logoMCP Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    πŸ—„οΈ Databases5 views
    Compare vs MCP Mysql Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
21
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Libsql

Install the published package globally with pnpm using `pnpm install -g @xexr/mcp-libsql`. Node.js 20 or newer is required.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Libsql AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/xexr-mcp-libsql?style=directory)](https://allmcps.com/mcp/xexr-mcp-libsql)
HTML Embed
<a href="https://allmcps.com/mcp/xexr-mcp-libsql"><img src="https://allmcps.com/api/badge/xexr-mcp-libsql?style=directory" alt="MCP Libsql on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
PricingFree
More technical detailsExpand β–Ύ
AuthOther
ClientsClaude Desktop, Cursor
Last updatedSep 11, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars21
GitHub Star CountTotal stargazers on GitHub representing community popularity (21 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 3, 2025
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to MCP Libsql β†’Install in Claude DesktopInstall in CursorInstall in VS Code